withFixedWidth method

FlutstrapProgress withFixedWidth(
  1. double width
)

Implementation

FlutstrapProgress withFixedWidth(double width) => copyWith(fixedWidth: width);