GenericParentWrapper constructor
const
GenericParentWrapper({
- Key? key,
- required Widget child,
- ScrollController? scrollController,
- bool enableScrolling = true,
Implementation
const GenericParentWrapper({
Key? key,
required this.child,
this.scrollController,
this.enableScrolling = true,
}) : super(key: key);