MControl constructor
const
MControl({})
Implementation
const MControl({
required this.name,
required this.kind,
required this.label,
this.sfSymbol,
this.androidIcon,
this.valueKey,
required this.action,
});