ButtonStyle constructor
const
ButtonStyle({})
Implementation
const ButtonStyle({
required this.backgroundColor,
this.disabledColor,
this.textStyle = const TextStyle(),
this.border,
this.hoverColor = '#0056b3',
});