W3MAccountButton constructor

const W3MAccountButton({
  1. Key? key,
  2. required IW3MService service,
  3. BaseButtonSize size = BaseButtonSize.regular,
  4. String? avatar,
  5. BuildContext? context,
  6. Widget? custom,
})

Implementation

const W3MAccountButton({
  super.key,
  required this.service,
  this.size = BaseButtonSize.regular,
  this.avatar,
  this.context,
  this.custom,
});