ReadingTextField constructor

ReadingTextField(
  1. {String text,
  2. double fontSize,
  3. FontWeight fontWeight}
)

Implementation

ReadingTextField({this.text, this.fontSize, this.fontWeight});