StarRefreshingIndicator constructor

const StarRefreshingIndicator({
  1. Key? key,
  2. num size = 20,
  3. Color? color,
})

Implementation

const StarRefreshingIndicator({super.key, this.size = 20, this.color});