LivePageView constructor
const
LivePageView({
- Key? key,
- required MutableCell<
int> page, - ValueCell<
bool> ? animate, - ValueCell<
Duration> ? duration, - ValueCell<
Curve> ? curve, - ValueCell<
void> ? nextPage, - ValueCell<
void> ? previousPage, - MetaCell<
bool> ? isAnimating, - Axis scrollDirection,
- bool reverse,
- ScrollPhysics? physics,
- bool pageSnapping,
- List<
Widget> children, - DragStartBehavior dragStartBehavior,
- bool allowImplicitScrolling,
- String? restorationId,
- Clip clipBehavior,
- HitTestBehavior hitTestBehavior,
- ScrollBehavior? scrollBehavior,
- bool padEnds,
Implementation
const factory LivePageView({
Key? key,
required MutableCell<int> page,
ValueCell<bool>? animate,
ValueCell<Duration>? duration,
ValueCell<Curve>? curve,
ValueCell<void>? nextPage,
ValueCell<void>? previousPage,
MetaCell<bool>? isAnimating,
Axis scrollDirection,
bool reverse,
ScrollPhysics? physics,
bool pageSnapping,
List<Widget> children,
DragStartBehavior dragStartBehavior,
bool allowImplicitScrolling,
String? restorationId,
Clip clipBehavior,
HitTestBehavior hitTestBehavior,
ScrollBehavior? scrollBehavior,
bool padEnds,
}) = _LivePageView$new;