overflowDirection property

  1. @JsonKey(defaultValue: OverflowDirection.none)
OverflowDirection overflowDirection
final

Defines the scrolling behavior of the frame, if there exist contents outside of the frame boundaries. The frame can either scroll vertically, horizontally, or in both directions to the extents of the content contained within it. This behavior can be observed in a prototype.

Implementation

@JsonKey(defaultValue: OverflowDirection.none)
final OverflowDirection overflowDirection;