SunnyFieldLabel constructor
SunnyFieldLabel({})
Implementation
SunnyFieldLabel(
{required JsonPath path,
this.isFocused,
required this.isRequired,
required this.label,
this.onTap,
this.onChange})
: super(key: Key(sunnyFieldLabelKey(path)));