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