canMergeBothParagraphs method
Decides if we will merge the current Pr ↓ with the nextParagraph
Implementation
@override
bool canMergeBothParagraphs(
{required Paragraph paragraph, required Paragraph nextParagraph}) =>
false;
Decides if we will merge the current Pr ↓ with the nextParagraph
@override
bool canMergeBothParagraphs(
{required Paragraph paragraph, required Paragraph nextParagraph}) =>
false;