GrxButtonOptions constructor
const
GrxButtonOptions({
- required String title,
- VoidCallback? onPressed,
- IconData? icon,
- Color? backgroundColor,
- Color foregroundColor = GrxColors.neutrals,
Implementation
const GrxButtonOptions({
required this.title,
this.onPressed,
this.icon,
this.backgroundColor,
this.foregroundColor = GrxColors.neutrals,
});