FoldingFeature constructor

FoldingFeature({
  1. FoldStatus state = FoldStatus.unknown,
  2. Axis orientation = Axis.horizontal,
  3. Rect bounds = Rect.zero,
})

Implementation

FoldingFeature(
    {this.state = FoldStatus.unknown,
    this.orientation = Axis.horizontal,
    this.bounds = Rect.zero});