WindowTitleBar constructor

const WindowTitleBar({
  1. Key? key,
  2. String? title,
  3. Widget? menuBar,
})

Implementation

const WindowTitleBar({super.key, this.title, this.menuBar});