NeomageLoadingIndicator constructor

const NeomageLoadingIndicator({
  1. Key? key,
  2. NeomageLoadingStyle style = NeomageLoadingStyle.spinner,
  3. double size = 24,
  4. Color? color,
  5. String? message,
})

Implementation

const NeomageLoadingIndicator({
  super.key,
  this.style = NeomageLoadingStyle.spinner,
  this.size = 24,
  this.color,
  this.message,
});