Loader constructor
const
Loader({})
Creates a Loader widget.
The value
and page
parameters are required.
Implementation
const Loader({
super.key,
required this.value,
required this.page,
this.color,
this.milliseconds = 500,
this.curve = Curves.easeInOut,
this.icon,
this.iconSize,
this.imagePath,
this.imageSize,
});