textStyle property

TextStyle get textStyle

Implementation

TextStyle get textStyle => const TextStyle(
      fontSize: 16,
      fontWeight: FontWeight.bold,
    );