showTitle static method
Shows the titlebar of the window.
This method is only available on macOS.
Implementation
static Future<void> showTitle() async {
WindowManipulator.showTitle();
}
Shows the titlebar of the window.
This method is only available on macOS.
static Future<void> showTitle() async {
WindowManipulator.showTitle();
}