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