BaseWidgetWidthCalculator<T> typedef

BaseWidgetWidthCalculator<T> = double Function(double width, double height, double ration, T platform)

Implementation

typedef BaseWidgetWidthCalculator<T> = double Function(
    double width, double height, double ration, T platform);