textFiledTextStyle top-level property
Implementation
TextStyle textFiledTextStyle = TextStyle(
fontSize: subTitleSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: black,
);
TextStyle textFiledTextStyle = TextStyle(
fontSize: subTitleSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: black,
);