ImageRepeat enum
How to paint any portions of a box not covered by an image.
Values
- repeat → const ImageRepeat
-
Repeat the image in both the x and y directions until the box is filled.
- repeatX → const ImageRepeat
-
Repeat the image in the x direction until the box is filled horizontally.
- repeatY → const ImageRepeat
-
Repeat the image in the y direction until the box is filled vertically.
- noRepeat → const ImageRepeat
-
Leave uncovered portions of the box transparent.
Properties
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<
ImageRepeat> - A constant List of the values in this enum, in order of their declaration.