isFlow property

bool get isFlow

Whether items wrap and flow dynamically based on natural content width.

Implementation

bool get isFlow => this == TKeyValueMode.stackedFlow || this == TKeyValueMode.inlineFlow;