viewportWidth property

double? viewportWidth
final

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;