GizmoIcon constructor
const
GizmoIcon({
- String? glyph,
- double size = 28,
- GizmoColor? color,
- GizmoCondition? when,
Implementation
const GizmoIcon({this.glyph, this.size = 28, super.color, super.when});