secondary property

bool? secondary
final

Whether the button is used as a secondary action button (e.g. Cancel buttons in dialogs)

Can still be overridden if the color attribute is non-null.

Implementation

final bool? secondary;