repeat property

Repeat repeat
final

How to paint any portions of the layout bounds not covered by the image.

This is the special ingredient for an ImageToo and allows the creation of seamless, tiling textures with any given image, if desired.

In addition to the standard options expected from ImageRepeat, this Repeat property has a few extra display choices.

While a standard Image can be tiled in both axes with ImageRepeat.repeat, an ImageToo may additionally be tiled with mirroring in both axes by Repeat.mirror.

Consider that ImageRepeat.repeatX tiles an image only horizontally then reason that Repeat.mirrorX also tiles an image horizontally but mirrors each odd-numbered tile. Also available is Repeat.mirrorY.

See Repeat for more information.

Implementation

final Repeat repeat;