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