kSmallTextStyle top-level constant

TextStyle const kSmallTextStyle

Implementation

const kSmallTextStyle = TextStyle(
  fontWeight: FontWeight.w400,
  fontSize: 12.0,
  color: Colors.grey,
);