ExpandedViewport constructor
ExpandedViewport({
- Key? key,
- AxisDirection? axisDirection = AxisDirection.down,
- AxisDirection? crossAxisDirection,
- double? anchor = 0.0,
- ViewportOffset? offset,
- Key? center,
- double? cacheExtent = 1,
- List<
Widget> ? slivers = const <Widget>[],
Implementation
ExpandedViewport({
super.key,
AxisDirection? axisDirection = AxisDirection.down,
super.crossAxisDirection,
double? anchor = 0.0,
ViewportOffset? offset,
super.center,
super.cacheExtent = 1,
List<Widget>? slivers = const <Widget>[],
}) : super(
slivers: slivers!,
axisDirection: axisDirection!,
anchor: anchor!,
offset: offset!);