bodyText property

TextStyle bodyText
getter/setter pair

Implementation

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