isStacked property
bool
get
isStacked
Whether keys are stacked vertically above values.
Implementation
bool get isStacked => this == TKeyValueMode.stackedFlow || this == TKeyValueMode.stackedColumns;
Whether keys are stacked vertically above values.
bool get isStacked => this == TKeyValueMode.stackedFlow || this == TKeyValueMode.stackedColumns;