S360fInputLabel constructor
const
S360fInputLabel({})
Implementation
const S360fInputLabel({
required this.label,
super.key,
this.isRequired = false,
this.isError = false,
this.tooltipMessage,
this.tooltipIcon = const Icon(MingCuteIcons.mgc_information_line),
this.tooltipIconColor,
});