mirror method

T mirror()

Creates an Attribute instance with TileMode.mirror.

Implementation

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