You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to remove the default spacing on both sides when using LinearPercentIndicator MediaQuery.removeViewInsets( context: context, removeLeft: true, removeRight: true, child: new LinearPercentIndicator( width: 40, lineHeight: 6.0, percent: 0.5, backgroundColor: ColorUtils.color_F3F4F8, progressColor: ColorUtils.color_FFC74D, barRadius: Radius.elliptical(20, 20), ), )
The text was updated successfully, but these errors were encountered:
How to remove the default spacing on both sides when using LinearPercentIndicator
MediaQuery.removeViewInsets( context: context, removeLeft: true, removeRight: true, child: new LinearPercentIndicator( width: 40, lineHeight: 6.0, percent: 0.5, backgroundColor: ColorUtils.color_F3F4F8, progressColor: ColorUtils.color_FFC74D, barRadius: Radius.elliptical(20, 20), ), )
The text was updated successfully, but these errors were encountered: