StandardIndicator constructor

StandardIndicator({
  1. double? top,
  2. double? left,
  3. double? right,
  4. double? bottom,
  5. double? width,
  6. double? height,
  7. BorderRadius? radius,
  8. Color? color,
})

Implementation

StandardIndicator({
  super.top,
  super.left,
  super.right,
  super.bottom,
  super.width,
  super.height,
  super.radius,
  super.color,
});