actionsModColumn property

List<ModColumn>? actionsModColumn
final

List of ModColumn widgets to display in the action bar using a responsive grid. When provided, these are rendered inside a ModContainer > ModRow structure. This takes precedence over actions if both are provided.

Implementation

final List<ModColumn>? actionsModColumn;