setBackgroundColor method

  1. @override
Future<void> setBackgroundColor(
  1. Color color
)

Set the current background color of this view.

Implementation

@override
Future<void> setBackgroundColor(Color color) =>
    _webView.setBackgroundColor(color);