fontStyleActions top-level property
Implementation
final fontStyleActions = [
ActionData(
type: 0,
name: EditorLang.current.editor_text_style_ct,
icon: 'icon_coarse_n@3x'.imageFontsPng,
selectedIcon: 'icon_coarse_s@3x'.imageFontsPng),
ActionData(
type: 1,
name: EditorLang.current.editor_text_style_xt,
icon: 'icon_inclined_n@3x'.imageFontsPng,
selectedIcon: 'icon_inclined_s@3x'.imageFontsPng),
ActionData(
type: 2,
name: EditorLang.current.editor_text_style_xhx,
icon: 'icon_underline_n@3x'.imageFontsPng,
selectedIcon: 'icon_underline_s@3x'.imageFontsPng),
];