The icon to render.
IconData? get icon => _icon;
set icon(IconData? value) { if (_icon != value) { _icon = value; _needsRasterize = true; } }