linearMinHeight property Null safety
final
The minimum height of the line used to draw the linear indicator.
If LinearProgressIndicator.minHeight is null then it will use the ambient ProgressIndicatorThemeData.linearMinHeight. If that is null it will use 4dp.
Implementation
final double? linearMinHeight;