MotionLoader constructor
const
MotionLoader({
- Key? key,
- MotionLoaderType? type = MotionLoaderType.ai,
- Color? color,
- double size = 50.0,
- double strokeWidth = 3.0,
Creates a unified default MotionLoader instance.
Implementation
const MotionLoader({
super.key,
this.type = MotionLoaderType.ai,
this.color,
this.size = 50.0,
this.strokeWidth = 3.0,
}) : _builder = null;