SliverLoadingIndicator constructor

const SliverLoadingIndicator({
  1. Key? key,
  2. Color? color,
  3. double strokeWidth = 4.0,
})

Implementation

const SliverLoadingIndicator({
  super.key,
  this.color,
  this.strokeWidth = 4.0,
});