StickyWidget constructor
const
StickyWidget({
- Key? key,
- required Widget childBuilder(),
- required ScrollController scrollController,
- double? top,
- double? bottom,
- dynamic stickyChanged()?,
- GlobalKey<
State< ? containerKey,StatefulWidget> >
Implementation
const StickyWidget({
super.key,
required this.childBuilder,
required this.scrollController,
this.top,
this.bottom,
this.stickyChanged,
this.containerKey,
});