resolveMinWidth method

double? resolveMinWidth(
  1. BuildContext context
)

Resolves min width from FlyStyle and FlyTheme into double

Implementation

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