buttons property

List<Widget>? buttons
final

List of Flutter Widgets or ModularUI Widgets which can be used as buttons for MUISimpleCard. You can provide buttons to this list.

Implementation

final List<Widget>? buttons;