variants property

List<String> variants
final

Variants (e.g. color, size, icon-only).

Not localized: like states, these name API surface — the value of an enum, a shape, a size step. English is the vocabulary of the API itself, and inventing a Portuguese word for outlined would name something that does not exist in the code.

Implementation

final List<String> variants;