AppKitModalAccountButton constructor
const
AppKitModalAccountButton({
- Key? key,
- @Deprecated('Use appKitModal parameter') IReownAppKitModal? appKit,
- required IReownAppKitModal appKitModal,
- BaseButtonSize size = BaseButtonSize.regular,
- String? avatar,
- BuildContext? context,
- 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,
});