AddressFormItem constructor

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

Implementation

const AddressFormItem(this.account,
    {Key? key,
    this.label,
    this.svg,
    this.onTap,
    this.isShowSubtitle = true,
    this.color,
    this.borderWidth = 0.5,
    this.imageRight = 8.0,
    this.margin})
    : super(key: key);