height property

int? height
final

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

Implementation

final int? height;