NibPathMotion constructor
const
NibPathMotion({})
Creates a NibPathMotion.
Implementation
const NibPathMotion({
super.key,
required this.child,
required this.path,
this.progress,
this.duration = const Duration(milliseconds: 1000),
this.curve = Curves.easeInOut,
this.repeat = false,
this.autoPlay = true,
this.rotate = false,
this.controller,
});