TitleBar constructor

const TitleBar(
  1. bool isLeft,
  2. WindowButtonColors colors, {
  3. Widget? child,
  4. Key? key,
})

Implementation

const TitleBar(
  this.isLeft,
  this.colors, {
  this.child,
  super.key,
});