isRotateLabelsReLayout property

  1. @override
bool isRotateLabelsReLayout
override

Should return true if the layout strategy rotates labels during the current reLayout. This is needed by paint methods to rotate canvas.

Implementation

@override
bool get isRotateLabelsReLayout => _isRotateLabelsReLayout;