textFiledTextStyle top-level property

TextStyle textFiledTextStyle
getter/setter pair

Implementation

TextStyle textFiledTextStyle = TextStyle(
  fontSize: subTitleSize,
  fontWeight: FontWeight.w400,
  height: charHeight,
  color: black,
);