SliverAppBar constructor
const
SliverAppBar({})
Implementation
const SliverAppBar({
Key? key,
this.title,
this.textColor,
this.actions,
this.automaticallyImplyLeading = true,
this.leading,
this.backgroundColor,
this.minHeight = 44,
this.maxHeight = 96,
this.flexibleSpace,
}) : super(key: key);