W3MNetworkSelectButton constructor

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

Implementation

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