menu
flutter_miuix package
documentation
miuix.dart
MiuixPressable
button property
button property
dark_mode
light_mode
button
property
bool
button
final
是否将该容器标记为按钮语义。对多数可点击容器为 true; 对 Checkbox/Switch 等有专用语义的控件可置为 false,由外层补充语义。
Implementation
final bool button;
flutter_miuix package
documentation
miuix
MiuixPressable
button property
MiuixPressable class