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