ButtonTextStyle constructor
ButtonTextStyle(
- BuildContext context, {
- double? fontSize,
- FontStyle? fontStyle,
Implementation
ButtonTextStyle(
BuildContext context, {
super.fontSize,
super.fontStyle,
}) : super(
color: context.colorScheme.onPrimary,
);