AdaptiveSizeProvider extension

Provides adaptive sizing extensions for numeric values.

This extension allows you to easily scale sizes based on the dimensions of the current parent container and the target dimensions configured in ResponsiveCardConfig.

on

Properties

fh double

Available on num, provided by the AdaptiveSizeProvider extension

Calculates the adaptive height based on the current parent height and target parent height.
no setter
fw double

Available on num, provided by the AdaptiveSizeProvider extension

Calculates the adaptive width based on the current parent width and target parent width.
no setter