TitleBar constructor
const
TitleBar(
- bool isLeft,
- ButtonColorProvider buttonColorProvider, {
- Key? key,
Implementation
const TitleBar(
this.isLeft,
this.buttonColorProvider,
{super.key}
);