CommonToolBar constructor
CommonToolBar({})
Implementation
CommonToolBar({
Key? key,
this.height = 44,
this.padding,
this.backgroundColor,
this.title, // 中间标题视图
this.titleMargin,
this.leading, // 左侧(返回)按钮视图
this.leadingPositionedLeft,
this.automaticallyImplyLeading = true, // 是否显示左侧(返回)按钮视图
this.actions,
this.actionsPositionedRight,
}) : super(key: key);