MotionLiquidToggle constructor
const
MotionLiquidToggle({
- Key? key,
- bool initialValue = false,
- ValueChanged<
bool> ? onChanged, - Color? activeColor,
Implementation
const MotionLiquidToggle({
super.key,
this.initialValue = false,
this.onChanged,
this.activeColor,
});