buttonText property

TextStyle buttonText
getter/setter pair

Implementation

static TextStyle buttonText = const TextStyle(
  fontFamily: 'Manrope-Regular',
  // 'Manrope',
  fontSize: 16,
);