selectedLabelStyle property

TextProp selectedLabelStyle

Implementation

static TextProp get selectedLabelStyle => TextProp(
      fontSize: 13,
      fontName: const FontName(
        family: 'Roboto',
        style: 'Normal',
        weight: FontWeightNumeric.w600,
      ),
    );