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