BuilderSwitch typedef

BuilderSwitch = Widget Function(BuildContext context, AnimationController controller, Animation<Color?> colorTrackAnimation, Animation<Color?> colorThumbAnimation, Animation<Alignment> alignmentAnimation)

Implementation

typedef BuilderSwitch = Widget Function(
    BuildContext context,
    AnimationController controller,
    Animation<Color?> colorTrackAnimation,
    Animation<Color?> colorThumbAnimation,
    Animation<Alignment> alignmentAnimation,
    );