OriginBounds.horizontal constructor
const
OriginBounds.horizontal({
- double value = 0,
- double? perspective,
- OriginBuilder? builder,
Implementation
const OriginBounds.horizontal({this.value = 0, this.perspective, this.builder}) : bound = OriginBound.horizontal;