labelTextStyle property

TextStyle get labelTextStyle

Implementation

TextStyle get labelTextStyle =>
    TextStyle(fontSize: 16, color: enabled ? const Color(0xE6000000) : const Color(0x42000000));