AdaptiveWidthExtension extension
Provides extension methods for adapting width based on a tuple of values for different screen sizes.
This extension allows you to calculate width values that adapt to screen size variations using a range of design dimensions and screen width.
Properties
- aw → double
-
Available on Tuple2<
Calculates adaptive width based on the screen width and design width values.num, num> , provided by the AdaptiveWidthExtension extensionno setter - d → double
-
Available on Tuple2<
Calculates diagonal size based on the screen size and design dimensions.num, num> , provided by the AdaptiveWidthExtension extensionno setter