grey16 constant

TextStyle const grey16

Implementation

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