PaneView constructor
const
PaneView({
- required Pane controller,
- required ScrollController scrollController,
- ScrollPhysics? scrollPhysics,
- Key? key,
Implementation
const PaneView({
required this.controller,
required this.scrollController,
this.scrollPhysics,
super.key,
});