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