IndicatorIcon.status constructor
const
IndicatorIcon.status({})
Implementation
const IndicatorIcon.status({
Key? key,
required IconData iconData,
Color? iconColor,
Color? statusDotColor,
bool showBadge = true,
}) : this._internal(
key: key,
iconData: iconData,
iconColor: iconColor,
type: _IndicatorIconType.status,
statusDotColor: statusDotColor,
showBadge: showBadge,
);