viewportWidth property
The width of WebF Widget. Default: the value of max-width in constraints. This allows you to explicitly set the width of the WebF rendering area regardless of parent constraints.
Implementation
final double? viewportWidth;
The width of WebF Widget. Default: the value of max-width in constraints. This allows you to explicitly set the width of the WebF rendering area regardless of parent constraints.
final double? viewportWidth;