OverlappingIndicator constructor
const
OverlappingIndicator({
- Key? key,
- GlobalKey<
State< ? globalKey,StatefulWidget> > - String? semanticsLabel,
- String? semanticsValue,
- Size? contextSize,
- int? graphCount,
- CircleData? circleData,
- double? animationValue,
- RadData? radData,
- CustomPaint? setPaint,
- double? boxSize,
- required TextSpan? textSpan,
- required BuildContext con,
- required List<
String> dialogData, - 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,
});