actions property

List<MyListTileData> get actions

a List which all the actions that could be made for a specific DropDown IMPORTANT: the first element marks the main/default action

Implementation

List<MyListTileData> get actions {
  //must be implemented by subclasses
  throw UnimplementedError();
}