decal method

T decal()

Creates an Attribute instance with TileMode.decal.

Implementation

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