OverflowDirection enum

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.

Inheritance

Constructors

OverflowDirection()
const

Values

none → const OverflowDirection

No scrolling.

horizontalScrolling → const OverflowDirection

Only horizontal scrolling.

verticalScrolling → const OverflowDirection

Only vertical scrolling.

horizontalVerticalScrolling → const OverflowDirection

Both horizontal and vertical scrolling.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<OverflowDirection>
A constant List of the values in this enum, in order of their declaration.