ThumbnailsViewOptions class

Defines the configuration for the ThumbnailsView.

Constructors

ThumbnailsViewOptions({required AxisDirection thumbnailsPosition, required double middleGap, double? width, double? height, Decoration? displayDecoration})
The thumbnailsPosition and middleGap must be non-null.
const

Properties

displayDecoration Decoration?
The decoration of the main display's container.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of the entire ThumbnailsView.
final
middleGap double
The size in logical pixels of the gap between the thumbnails and the main display.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailsPosition AxisDirection
The direction in which to position the thumbnails.
final
width double?
The width of the entire ThumbnailsView.
final

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