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