PasswordInputDialog constructor

const PasswordInputDialog(
  1. PolkawalletApi api, {
  2. Key? key,
  3. KeyPairData? account,
  4. EthWalletData? ethAccount,
  5. String? userPass,
  6. Widget? title,
  7. Widget? content,
})

Implementation

const PasswordInputDialog(this.api,
    {Key? key,
    this.account,
    this.ethAccount,
    this.userPass,
    this.title,
    this.content})
    : super(key: key);