Widget _buildRightLabelLinear(BuildContext context) { return TDProgress( type: TDProgressType.linear, value: 0.8, strokeWidth: 6, progressLabelPosition: TDProgressLabelPosition.right); }