Sets the current background color of this view.
Future<void> setBackgroundColor(Color color) { return platform.setBackgroundColor(color); }