smallTextStyle top-level constant

TextStyle const smallTextStyle

Implementation

const smallTextStyle = TextStyle(
  fontSize: 12,
);