textFieldHint property

TextStyle textFieldHint
getter/setter pair

Implementation

late var textFieldHint = theme.t15Bold18.copyWith(
    height: 1.2,
    color: const Color(0xFFABABAB),
    fontWeight: FontWeight.w600,
    fontSize: 15);