NeomageLoadingIndicator constructor
const
NeomageLoadingIndicator({
- Key? key,
- NeomageLoadingStyle style = NeomageLoadingStyle.spinner,
- double size = 24,
- Color? color,
- String? message,
Implementation
const NeomageLoadingIndicator({
super.key,
this.style = NeomageLoadingStyle.spinner,
this.size = 24,
this.color,
this.message,
});