formatHyphenToBulletList top-level property
Implementation
final SpaceShortcutEvent formatHyphenToBulletList = SpaceShortcutEvent(
character: _bulletList,
handler: (node, controller) => handleFormatBlockStyleBySpaceEvent(
controller: controller,
character: _bulletList,
formatStyle: BlockFormatStyle.bullet,
),
);