button property

bool button
final

是否将该容器标记为按钮语义。对多数可点击容器为 true; 对 Checkbox/Switch 等有专用语义的控件可置为 false,由外层补充语义。

Implementation

final bool button;