bodyTextSmall property

TextStyle bodyTextSmall
getter/setter pair

Implementation

static TextStyle bodyTextSmall = const TextStyle(
  fontFamily: 'Manrope-Regular',
  // 'Manrope',
  fontSize: 10,
  color: Colors.black,
);