TitleBar constructor
Implementation
const TitleBar({
super.key,
required this.chat,
required this.title,
this.height,
this.toggleFullscreen,
this.fullscreen = false,
this.onFloating,
this.onSecondary,
this.onPrimary,
});
const TitleBar({
super.key,
required this.chat,
required this.title,
this.height,
this.toggleFullscreen,
this.fullscreen = false,
this.onFloating,
this.onSecondary,
this.onPrimary,
});