captionWhite constant

TextStyle const captionWhite

Implementation

static const TextStyle captionWhite = TextStyle(
  fontSize: 10.0,
  fontWeight: FontWeight.w400,
  color: Colors.white,
);