isInline property

bool? isInline

Controls whether to render inline.

Returns null if it's indecisive (e.g. BuildTree not completely parsed).

Implementation

bool? get isInline => true;