VelocityButton constructor
VelocityButton({
- required String title,
- Widget? icon,
- VoidCallback? onPressed,
- double? width,
- double height = 40,
- bool enabled = true,
- Brightness brightness = Brightness.dark,
Implementation
VelocityButton({
required this.title,
this.icon,
this.onPressed,
this.width,
this.height = 40,
this.enabled = true,
this.brightness = Brightness.dark,
});