isRtl property

  1. @override
bool get isRtl
override

Whether the source direction is RTL.

Implementation

@override
bool get isRtl => _popupSource!.isRtl;