FProgressStyle.inherit constructor
Creates a FProgressStyle that inherits its properties.
Implementation
FProgressStyle.inherit({required FColors colors, required FStyle style})
: this(
trackDecoration: BoxDecoration(borderRadius: style.borderRadius, color: colors.secondary),
fillDecoration: BoxDecoration(borderRadius: style.borderRadius, color: colors.primary),
);