FCircularProgressStyle.inherit constructor

FCircularProgressStyle.inherit({
  1. required FColors colors,
})

Implementation

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