repeated method

T repeated()

Creates an Attribute instance with TileMode.repeated.

Implementation

T repeated() => builder(TileMode.repeated);