mainActions top-level property

List<ActionData> mainActions
final

Implementation

final mainActions = [
  ActionData(type: 0, name: EditorLang.current.editor_crop, icon: 'icon_caijian_edit@3x'.imagePng),
  ActionData(type: 1, name: EditorLang.current.editor_color, icon: 'icon_color_edit@3x'.imagePng),
  ActionData(type: 2, name: EditorLang.current.editor_filter, icon: 'icon_lut_edit@3x'.imagePng),
  // ActionData(type: 3, name: EditorLang.current.editor_blur, icon: 'icon_blur_edit@3x'.imagePng),
  ActionData(type: 4, name: EditorLang.current.editor_sticker, icon: 'icon_tiezhi_edit@3x'.imagePng),
  ActionData(type: 5, name: EditorLang.current.editor_text, icon: 'icon_word_edit@3x'.imagePng),
  ActionData(type: 6, name: EditorLang.current.editor_frame, icon: 'icon_biankuang_edit@3x'.imagePng)
];