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