h property
double
get
h
Dynamic height helper to support various screen sizes.
Example: 100.h -> 100.0 on a 844px screen.
Implementation
double get h => (toDouble() / FlutterSExtensions.designHeight) * screenHeight;