label property

String label
final

Semantic label for accessibility.

This label is announced by screen readers to describe the button's purpose. If empty, the button's visual content is used instead.

Defaults to an empty string.

Implementation

final String label;