ToggleRotate constructor
ToggleRotate({})
Implementation
ToggleRotate({
required this.child,
this.beginAngle = 0.0,
this.endAngle = 0.0,
this.curve = Curves.fastOutSlowIn,
this.durationMs = 200,
this.isRotate = false,
});