GameToolbar constructor

const GameToolbar({
  1. bool editable = true,
  2. List<ToolbarAction> actions = const [],
})

Implementation

const GameToolbar({this.editable = true, this.actions = const []});