StatusIndicatorUtils constructor

StatusIndicatorUtils({
  1. Widget? icon,
  2. Color? statusIndicatorColor,
})

Implementation

StatusIndicatorUtils({this.icon, this.statusIndicatorColor});