TenAppBar constructor
TenAppBar({})
Implementation
TenAppBar(
{super.key,
this.title,
this.titleBuild,
this.actions,
this.autoShowPop = true,
this.centerTitle = false,
this.backgroundColor,
this.sliver,
this.bottom})
: preferredSize = Size.fromHeight(
bottom == null ? 60 : bottom.preferredSize.height + 60);