OverlappingIndicator constructor

const OverlappingIndicator({
  1. Key? key,
  2. GlobalKey<State<StatefulWidget>>? globalKey,
  3. String? semanticsLabel,
  4. String? semanticsValue,
  5. Size? contextSize,
  6. int? graphCount,
  7. CircleData? circleData,
  8. double? animationValue,
  9. RadData? radData,
  10. CustomPaint? setPaint,
  11. double? boxSize,
  12. double? navigationHeight,
  13. required TextSpan? textSpan,
  14. required BuildContext con,
  15. required List<String> dialogData,
  16. required StreamController<List> streamController,
})

Implementation

const OverlappingIndicator({
  super.key,
  this.globalKey,
  this.semanticsLabel,
  this.semanticsValue,
  this.contextSize,
  this.graphCount,
  this.circleData,
  this.animationValue,
  this.radData,
  this.setPaint,
  this.boxSize,
  this.navigationHeight,
  required this.textSpan,
  required this.con,
  required this.dialogData,
  required this.streamController,
});