defaultLabelStyle property

TextStyle get defaultLabelStyle

Default label text style

Implementation

TextStyle get defaultLabelStyle =>
    TextStyle(fontWeight: FontWeight.w600, fontSize: 16, color: textColor);