DynamoStateFlow constructor
const
DynamoStateFlow({
- Key? key,
- int visibleCount = 4,
- bool isHorizontal = true,
- Color? lightBackground,
- Color? lightForeground,
- Color? darkBackground,
- Color? darkForeground,
- double borderRadius = 12.0,
- double lineThickness = 2.0,
- double spacing = 16.0,
- bool? showLabelMode = false,
- Color? stateNameColor = Colors.indigo,
- int? allSteps,
- int? index,
- dynamic findActionStepBySystemStepNo()?,
Implementation
const DynamoStateFlow({
super.key,
this.visibleCount = 4,
this.isHorizontal = true,
this.lightBackground,
this.lightForeground,
this.darkBackground,
this.darkForeground,
this.borderRadius = 12.0,
this.lineThickness = 2.0,
this.spacing = 16.0,
this.showLabelMode = false,
this.stateNameColor = Colors.indigo,
this.allSteps,
this.index,
this.findActionStepBySystemStepNo,
});