width property

int? width
final

Width of the WebView in pixels. Default: null - widget will expand to fill available space (match parent behavior)

Implementation

final int? width;