defaultTextStyle property

TextStyle get defaultTextStyle

Implementation

static TextStyle get defaultTextStyle => const TextStyle(
      color: Colors.black,
      fontSize: 14.0,
    );