ui/size_help library
Constants
- appDesignSizeIPhone4 → const Size
- appDesignSizeIPhone5 → const Size
- appDesignSizeIPhone6 → const Size
- appDesignSizeIPhone6Plus → const Size
- appDesignSizeIPhoneX → const Size
Functions
-
computeHeight(
BuildContext context, double designValue, {Size designSize = appDesignSizeIPhone6}) → double -
computeRatioHeight(
double width, Size ratioSize) → double -
computeRatioWidth(
double height, Size ratioSize) → double -
computeWidth(
BuildContext context, double designValue, {Size designSize = appDesignSizeIPhone6}) → double