applyRounded method
Applies rounded styling to a widget using the resolved BorderRadius
Implementation
Widget applyRounded(BuildContext context, Widget child) {
return FlyRoundedUtils.apply(context, flyStyle, child);
}
Applies rounded styling to a widget using the resolved BorderRadius
Widget applyRounded(BuildContext context, Widget child) {
return FlyRoundedUtils.apply(context, flyStyle, child);
}