FdcGridButton constructor
const
FdcGridButton({
- String? id,
- bool visible = true,
- FdcGridItemPlacement placement = FdcGridItemPlacement.end,
- required IconData icon,
- String? label,
- String? tooltip,
- VoidCallback? onPressed,
Creates a FdcGridButton.
Implementation
const FdcGridButton({
super.id,
super.visible,
super.placement,
required this.icon,
this.label,
this.tooltip,
this.onPressed,
});