AddressFormItem constructor

AddressFormItem(
  1. KeyPairData? account, {
  2. String? label,
  3. String? svg,
  4. Future<void> onTap()?,
  5. bool isShowSubtitle = true,
  6. Color? color,
  7. double borderWidth = 0.5,
  8. double imageRight = 8.0,
  9. EdgeInsetsGeometry? margin,
})

Implementation

AddressFormItem(this.account,
    {this.label,
    this.svg,
    this.onTap,
    this.isShowSubtitle = true,
    this.color,
    this.borderWidth = 0.5,
    this.imageRight = 8.0,
    this.margin});