parent
3c676a7578
commit
e850f52d45
5 changed files with 17 additions and 12 deletions
@ -0,0 +1,8 @@ |
||||
import '../../../flutter_quill.dart'; |
||||
|
||||
class SegmentLeafNode { |
||||
const SegmentLeafNode(this.line, this.leaf); |
||||
|
||||
final Line? line; |
||||
final Leaf? leaf; |
||||
} |
Loading…
Reference in new issue