SliverAppBarWidget constructor

const SliverAppBarWidget({
  1. Key? key,
  2. required FadeScrollAppBar widget,
})

Implementation

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