MyPageAppBar constructor
const
MyPageAppBar({})
Implementation
const MyPageAppBar({
Key? key,
this.title,
this.backgroundColor,
this.foregroundColor,
this.showBack = true,
this.primary = true,
this.onBack,
this.actions,
this.exitApp = false,
this.leading,
this.elevation,
}) : super(key: key);