StatusSvgButton constructor
const
StatusSvgButton({
- Key? key,
- required String svgPath,
- bool enabled = true,
- VoidCallback? onPressed,
- double size = 24.0,
- double disabledOpacity = 0.5,
- Color? color,
- StringEnum? tooltip,
- double? width,
- double? height,
- StringEnum? disabledTooltip,
- Alignment? alignment,
- double? iconSize,
Implementation
const StatusSvgButton({
super.key,
required this.svgPath,
this.enabled = true,
this.onPressed,
this.size = 24.0,
this.disabledOpacity = 0.5,
this.color,
this.tooltip,
this.width,
this.height,
this.disabledTooltip,
this.alignment,
this.iconSize,
});