ButtonStyle constructor
const
ButtonStyle({})
Creates a custom ButtonStyle.
You can use this constructor for fully custom button designs.
Implementation
const ButtonStyle({
required this.backgroundColor,
this.disabledColor,
this.textStyle = const TextStyle(),
this.border,
this.hoverColor = '#0056b3',
});