AddressTextFormField constructor

AddressTextFormField(
  1. PolkawalletApi api,
  2. List<KeyPairData> localAccounts, {
  3. KeyPairData? initialValue,
  4. dynamic onChanged(
    1. KeyPairData
    )?,
  5. List<EthWalletData>? localEthAccounts,
  6. String? hintText,
  7. TextStyle? hintStyle,
  8. TextStyle? errorStyle,
  9. String? labelText,
  10. TextStyle? labelStyle,
  11. void onFocusChange(
    1. bool
    )?,
  12. bool isClean = false,
  13. bool isHubTheme = false,
  14. WalletSDK? sdk,
  15. Key? key,
})

Implementation

AddressTextFormField(this.api, this.localAccounts,
    {this.initialValue,
    this.onChanged,
    this.localEthAccounts,
    this.hintText,
    this.hintStyle,
    this.errorStyle,
    this.labelText,
    this.labelStyle,
    this.onFocusChange,
    this.isClean = false,
    this.isHubTheme = false,
    this.sdk,
    Key? key})
    : super(key: key);