Toggle constructor
const
Toggle({
- Key? key,
- ToggleCallback? onChanged,
- bool isEnable = false,
Implementation
const Toggle({
Key? key,
this.onChanged,
this.isEnable = false,
}) : super(key: key);