flayerSelectedTextStyle property

TextStyle get flayerSelectedTextStyle

Implementation

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