resolveMaxWidth method

double? resolveMaxWidth(
  1. BuildContext context
)

Resolves max width from FlyStyle and FlyTheme into double

Implementation

double? resolveMaxWidth(BuildContext context) {
  return FlySizeUtils.resolveMaxWidth(context, flyStyle);
}