FProgressStyles.inherit constructor
Creates a FProgressStyles that inherits its properties.
Implementation
FProgressStyles.inherit({required FColors colors, required FStyle style})
: linearProgressStyle = FLinearProgressStyle.inherit(colors: colors, style: style),
circularIconProgressStyle = IconThemeData(color: colors.mutedForeground, size: 20);