resolveMaxWidth method
Resolves max width from FlyStyle and FlyTheme into double
Implementation
double? resolveMaxWidth(BuildContext context) {
return FlySizeUtils.resolveMaxWidth(context, flyStyle);
}
Resolves max width from FlyStyle and FlyTheme into double
double? resolveMaxWidth(BuildContext context) {
return FlySizeUtils.resolveMaxWidth(context, flyStyle);
}