IconRingIndicator constructor
IconRingIndicator({})
Implementation
IconRingIndicator({
Key? key,
required this.size,
this.indicatorColor = const Color(0xffb5bdc8),
this.indicatorBackgroundColor = const Color(0xffe2e5e9),
this.loadingType,
this.icon,
}) : super(key: key);