AppKitModalAccountButton constructor

const AppKitModalAccountButton({
  1. Key? key,
  2. @Deprecated('Use appKitModal parameter') IReownAppKitModal? appKit,
  3. required IReownAppKitModal appKitModal,
  4. BaseButtonSize size = BaseButtonSize.regular,
  5. String? avatar,
  6. BuildContext? context,
  7. Widget? custom,
})

Implementation

const AppKitModalAccountButton({
  super.key,
  @Deprecated('Use appKitModal parameter') this.appKit,
  required this.appKitModal,
  this.size = BaseButtonSize.regular,
  this.avatar,
  this.context,
  this.custom,
});