behaviorPosition property

BehaviorPosition behaviorPosition

Layout position for the title.

Implementation

BehaviorPosition get behaviorPosition => _config.behaviorPosition;
void behaviorPosition=(BehaviorPosition behaviorPosition)

Implementation

set behaviorPosition(BehaviorPosition behaviorPosition) {
  _config.behaviorPosition = behaviorPosition;
}