SliverAppBarWidget constructor
const
SliverAppBarWidget({
- Key? key,
- required FadeScrollAppBar widget,
Implementation
const SliverAppBarWidget({
Key? key,
required this.widget,
}) : super(key: key);