SwitchAppearance constructor
SwitchAppearance({
- Size trackSize = _appSwitchDefaultTrackSize,
- Widget thumbBuilder(
- BuildContext ctx,
- double anim
- Widget trackBuilder(
- BuildContext ctx,
- double anim
Implementation
SwitchAppearance({
this.trackSize = _appSwitchDefaultTrackSize,
this.thumbBuilder,
this.trackBuilder,
});