ReverseOrderPaintingViewport constructor

ReverseOrderPaintingViewport({
  1. Key? key,
  2. AxisDirection axisDirection = AxisDirection.down,
  3. AxisDirection? crossAxisDirection,
  4. double anchor = 0.0,
  5. required ViewportOffset offset,
  6. Key? center,
  7. double? cacheExtent,
  8. CacheExtentStyle cacheExtentStyle = CacheExtentStyle.pixel,
  9. Clip clipBehavior = Clip.hardEdge,
  10. List<Widget> slivers = const <Widget>[],
})

Implementation

ReverseOrderPaintingViewport({
  super.key,
  super.axisDirection,
  super.crossAxisDirection,
  super.anchor = 0.0,
  required super.offset,
  super.center,
  super.cacheExtent,
  super.cacheExtentStyle,
  super.clipBehavior,
  super.slivers,
});