SizeExtension extension
Provides extension methods for adapting sizes based on screen dimensions in the ScreenAdaptiveConfig.
These extensions allow you to calculate dimensions relative to the screen width, height, and design dimensions.
- on
Properties
- h → double
-
Available on num, provided by the SizeExtension extension
Calculates height based on a percentage of the screen height.no setter - rh → double
-
Available on num, provided by the SizeExtension extension
Calculates responsive height based on the design height values for the target device type.no setter - rw → double
-
Available on num, provided by the SizeExtension extension
Calculates responsive width based on the design width values for the target device type.no setter - w → double
-
Available on num, provided by the SizeExtension extension
Calculates width based on a percentage of the screen width.no setter