WideButton constructor
const
WideButton(})
Implementation
const WideButton(
this.text, {
super.key,
this.padding = 0.0,
this.height = 45,
required this.onPressed,
this.backgroundColor = Colors.blue,
this.foregroundColor = Colors.white,
this.width = double.infinity,
this.textStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
});