thickness property

double? thickness
final

thickness Sets the thickness of the LinearGauge

 const LinearGauge(
  linearGaugeBoxDecoration: LinearGaugeBoxDecoration(
    thickness:20.0
  ),

Implementation

// ),
/// ```
final double? thickness;