showTitle static method

Future<void> showTitle(
  1. BuildContext context
)

Shows the title bar.

Implementation

static Future<void> showTitle(BuildContext context) {
  return YaruWindow.of(context).showTitle();
}