textStyle property

TextStyle textStyle

A text style for labels.

Implementation

static TextStyle get textStyle => TextStyle(
      fontSize: 10,
      color: textColor,
    );