ScrollbarLayout class

Layout constants for scrollbars.

Constructors

ScrollbarLayout()

Properties

hashCode int
The hash code for this object.
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

horizontalGap → const SizedBox
Horizontal gap between edge widget and scrollbar to avoid vertical scrollbar overlapping the right edge of wrapped content
verticalGap → const SizedBox
Vertical gap between edge widget and scrollbar to avoid horizontal scrollbar overlapping bottom edge of wrapped content.