AddressTextFormField constructor
AddressTextFormField(
- PolkawalletApi api,
- List<
KeyPairData> localAccounts, { - KeyPairData? initialValue,
- dynamic onChanged(
- KeyPairData
- List<
EthWalletData> ? localEthAccounts, - String? hintText,
- TextStyle? hintStyle,
- TextStyle? errorStyle,
- String? labelText,
- TextStyle? labelStyle,
- void onFocusChange()?,
- bool isClean = false,
- bool isHubTheme = false,
- WalletSDK? sdk,
- 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);