resolveMinHeight method

double? resolveMinHeight(
  1. BuildContext context
)

Resolves min height from FlyStyle and FlyTheme into double

Implementation

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