Rope constructor
Rope([
- String initialText = ''
Implementation
Rope([String initialText = ''])
: _rope = RopeBridge.create(initialText: initialText);
Rope([String initialText = ''])
: _rope = RopeBridge.create(initialText: initialText);