resolveRounded method

BorderRadius resolveRounded(
  1. BuildContext context
)

Resolves rounded styling from TwStyle and TwConfig into BorderRadius

Implementation

BorderRadius resolveRounded(BuildContext context) {
  return TwRoundedUtils.resolve(context, style);
}