ButtonsStyle constructor
const
ButtonsStyle({})
Implementation
const ButtonsStyle({
@required this.text,
this.backgroundColor,
this.textColor,
this.radius = 5,
this.visible = true,
}) : assert(text != null);