DisconnectAccountsBottomsheet constructor

const DisconnectAccountsBottomsheet({
  1. Key? key,
  2. required String accountId,
  3. required String channel,
})

Implementation

const DisconnectAccountsBottomsheet({
  Key? key,
  required this.accountId,
  required this.channel,
}) : super(key: key);