requiresContentSizeToPosition property

  1. @override
bool requiresContentSizeToPosition
final

Whether calcLeft and calcTop can be used without measuring the size of the content being aligned.

This is provided to optimize positioning logic.

Implementation

@override
final requiresContentSizeToPosition = true;