resolveRounded method
Resolves rounded styling from TwStyle and TwConfig into BorderRadius
Implementation
BorderRadius resolveRounded(BuildContext context) {
return TwRoundedUtils.resolve(context, style);
}
Resolves rounded styling from TwStyle and TwConfig into BorderRadius
BorderRadius resolveRounded(BuildContext context) {
return TwRoundedUtils.resolve(context, style);
}