FillMode enum

Inheritance
Available extensions

Values

fill → const FillMode

0, Filling mode: the content of the screen will be centered and scaled proportionally to fill the entire display area, and the part beyond the display area will be cropped, and the screen may be incomplete in this mode.

fit → const FillMode

1, Adaptive mode: scale according to the long side of the screen to fit the display area, and the short side will be filled with black. In this mode, the image is complete but there may be black borders.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
value() int

Available on FillMode, provided by the FillModeExt extension

Operators

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

Constants

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