setBackground method

  1. @override
Future<void> setBackground(
  1. int id,
  2. Color color
)

Sets the background color of the window with the given id.

Implementation

@override
Future<void> setBackground(int id, Color color) =>
    _wm.invokeSetter(_wm.setBackgroundColor, color);