isInline property

  1. @override
bool get isInline
override

Whether this node participates in inline text flow.

Text and line breaks are inline; paragraphs and headings are not.

Implementation

@override
bool get isInline => false;