isInline property

bool get isInline

Whether keys and values are displayed side-by-side inline (Key: Value).

Implementation

bool get isInline => this == TKeyValueMode.inlineFlow || this == TKeyValueMode.inlineColumns;