PluginInputItem constructor
const
PluginInputItem({})
Implementation
const PluginInputItem(
{Key? key,
this.label,
this.labelStyle,
this.labelBgColor,
this.margin,
required this.child,
this.bgHeight,
this.bgColor})
: super(key: key);