TitleWidget constructor
const
TitleWidget({})
Implementation
const TitleWidget({
Key? key,
this.title,
this.titleIsCenter = false,
this.backgroundColor,
this.actions,
this.actionSpacing,
this.tWidget,
this.height,
this.brightness,
}) : super(key: key);