IndicatorIcon constructor
Implementation
const IndicatorIcon({
Key? key,
required IconData iconData,
Color? iconColor,
}) : this._internal(
key: key,
iconData: iconData,
iconColor: iconColor,
type: _IndicatorIconType.iconOnly,
showBadge: false,
);