white16 constant

TextStyle const white16

Implementation

static const TextStyle white16 = TextStyle(
  fontSize: 16.0,
  fontWeight: FontWeight.w500,
  color: Colors.white,
);