TitleBar constructor

const TitleBar(
  1. bool isLeft,
  2. ButtonColorProvider buttonColorProvider, {
  3. Key? key,
})

Implementation

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