button property

TextStyle button

Implementation

TextStyle get button => textTheme.labelLarge!.copyWith(
  fontFamily: 'Roboto',
  fontWeight: FontWeight.w500,
  fontSize: 19,
);