fieldTextStyle property

TextStyle fieldTextStyle
getter/setter pair

Implementation

late var fieldTextStyle = theme.t15Bold18.copyWith(
    height: 1.2,
    color: Colors.black,
    fontWeight: FontWeight.w600,
    fontSize: 15);