FCircularProgressStyle.inherit constructor
Creates a FCircularProgressStyle.
Implementation
FCircularProgressStyle.inherit({required FColors colors, double iconSize = 20})
: this(
iconStyle: IconThemeData(color: colors.mutedForeground, size: iconSize),
);