SliverScroll constructor
const
SliverScroll({
- required List<
Widget> children, - String? title,
- TextStyle? style,
- IconButton? iconButton,
- VoidCallback? onPressed,
- Color? backgroundColor,
- Key? key,
Implementation
const SliverScroll({
required this.children,
this.title,
this.style,
this.iconButton,
this.onPressed,
this.backgroundColor,
Key? key,
}) : super(key: key);