isRtl property

bool isRtl
inherited

Rtl direction setting from chart context.

Implementation

bool get isRtl => _chart?.context.isRtl ?? false;