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