PluginAddressFormItem constructor
const
PluginAddressFormItem({})
Implementation
const PluginAddressFormItem(
{Key? key,
this.label,
this.svg,
this.onTap,
required this.account,
this.isDisable = true})
: super(key: key);