hideTitle method

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

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

Implementation

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