subtitleSmallWhite constant

TextStyle const subtitleSmallWhite

Implementation

static const TextStyle subtitleSmallWhite = TextStyle(
  fontSize: 12.0,
  color: Colors.white,
);