ButtonTextStyle constructor

ButtonTextStyle(
  1. BuildContext context, {
  2. double? fontSize,
  3. FontStyle? fontStyle,
})

Implementation

ButtonTextStyle(
  BuildContext context, {
  super.fontSize,
  super.fontStyle,
}) : super(
        color: context.colorScheme.onPrimary,
      );