bodySmall constant

TextStyle const bodySmall

Implementation

static const TextStyle bodySmall = TextStyle(
  fontSize: 13,
  fontWeight: FontWeight.w400,
  height: 1.45,
);