style method

ButtonStyle style(
  1. BuildContext context
)

Implementation

ButtonStyle style(BuildContext context) => ElevatedButton.styleFrom(
      backgroundColor: context.colorScheme.primary,
      foregroundColor: Colors.black,
    );