SwitchButtonText constructor
const
SwitchButtonText({})
Implementation
const SwitchButtonText({
Key? key,
this.onChange,
this.page = 0,
this.listNameButton,
this.isWeb = false,
this.style,
this.backgroundColor,
this.thumbColor,
}) : super(key: key);