formatHyphenToBulletList top-level property

SpaceShortcutEvent formatHyphenToBulletList
final

Implementation

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