FlClipData.vertical constructor

FlClipData.vertical()

Creates data that clips only top and bottom side

Implementation

FlClipData.vertical()
    : this(top: true, bottom: true, left: false, right: false);