MiddleIndicatorOption constructor
const
MiddleIndicatorOption({})
Implementation
const MiddleIndicatorOption({
this.length = 60.0,
this.fillColor = const Color(0xFF0A59F7),
this.showTimeText = true,
this.timeTextStyle = const TextStyle(
color: Color(0xFF0A59F7),
fontSize: 12.0,
fontWeight: FontWeight.bold,
),
});