CommonAppbarView constructor
const
CommonAppbarView({})
Implementation
const CommonAppbarView({
Key? key,
this.topPadding,
this.onBackClick,
this.titleText = '',
this.backWidget,
this.iconData,
}) : super(key: key);