label property

String? label
final

Label shown inside the action button when active is true.

Inactive actions with a label still render icon-only (min width = icon button). Also used as the overflow menu title.

Implementation

final String? label;