VelocityIconButton constructor
const
VelocityIconButton({
- Key? key,
- required IconData icon,
- Color color = darkBlue,
- double size = 72,
- Brightness brightness = Brightness.dark,
- VoidCallback? onPressed,
Implementation
const VelocityIconButton({
Key? key,
required this.icon,
this.color = darkBlue,
this.size = 72,
this.brightness = Brightness.dark,
this.onPressed,
}) : super(key: key);