showTitle static method
Shows the title bar.
Implementation
static Future<void> showTitle(BuildContext context) {
return YaruWindow.of(context).showTitle();
}
Shows the title bar.
static Future<void> showTitle(BuildContext context) {
return YaruWindow.of(context).showTitle();
}