ButtonConfig constructor
const
ButtonConfig({
- required String text,
- TextColorPreset type = TextColorPreset.grey,
- bool isBold = false,
- VoidCallback? onClick,
Implementation
const ButtonConfig({
required this.text,
this.type = TextColorPreset.grey,
this.isBold = false,
this.onClick,
});