label static method

TextStyle label(
  1. Color color
)

Implementation

static TextStyle label(Color color) => TextStyle(
      color: color,
      height: 1.2,
      letterSpacing: 1.0,
    );