MaterialIconLabel constructor
const
MaterialIconLabel({})
Implementation
const MaterialIconLabel({
super.key,
required this.label,
required this.iconData,
this.color,
this.minScreenWidthForTextBeforeScaling,
}) : assert(
label != null || iconData != null,
'Either iconData or label must be specified.',
);