ButtonStyle.custom constructor
const
ButtonStyle.custom({})
Create a custom button style
Implementation
const ButtonStyle.custom({
required this.base,
this.hover = const {},
this.active = const {},
this.disabled = const {},
});