labelStyle property

TextStyle get labelStyle

Implementation

TextStyle get labelStyle =>
    _labelStyle ?? const TextStyle(
    color: Color(0xFF0984F9),
    fontSize: 16.0,
    fontWeight: FontWeight.w600,
  );