W3MAccountButton constructor
const
W3MAccountButton({
- Key? key,
- required IW3MService service,
- BaseButtonSize size = BaseButtonSize.regular,
- String? avatar,
- BuildContext? context,
- Widget? custom,
Implementation
const W3MAccountButton({
super.key,
required this.service,
this.size = BaseButtonSize.regular,
this.avatar,
this.context,
this.custom,
});