showTitle method

  1. @override
Future<void> showTitle(
  1. int id
)

Shows the title bar of the window with the given id.

Implementation

@override
Future<void> showTitle(int id) =>
    _wm.invokeSetter(_wm.setTitleBarStyle, TitleBarStyle.normal);