TombButtonModel constructor
TombButtonModel({})
Implementation
TombButtonModel({
required this.text,
this.backgroundColor = Colors.blue,
this.fontSize = 16.0,
this.width = 150.0,
this.height = 50.0,
required this.onPressed,
});