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.

on

Properties

aw double

Available on Tuple2<num, num>, provided by the AdaptiveWidthExtension extension

Calculates adaptive width based on the screen width and design width values.
no setter
d double

Available on Tuple2<num, num>, provided by the AdaptiveWidthExtension extension

Calculates diagonal size based on the screen size and design dimensions.
no setter