PasswordInputDialog constructor

PasswordInputDialog(
  1. Web3WalletApi api, {
  2. KeyPairData? account,
  3. String? userPass,
  4. Widget? title,
  5. Widget? content,
})

Implementation

PasswordInputDialog(this.api,
    {this.account, this.userPass, this.title, this.content});