isStacked property

bool get isStacked

Whether keys are stacked vertically above values.

Implementation

bool get isStacked => this == TKeyValueMode.stackedFlow || this == TKeyValueMode.stackedColumns;