requiresContentSizeToPosition property
bool
get
requiresContentSizeToPosition
Whether calcLeft and calcTop can be used without measuring the size
of the content being aligned.
This is provided to optimize positioning logic.
Implementation
bool get requiresContentSizeToPosition => this != Start;