i use show case view package and i want to have rtl direction ,
how can i do this ?
Showcase(
showArrow: false,
key: _twoCaseShow,
disableAnimation: true,
description: 'مشاهده کلیه درخواست های شما',
child: Align(
alignment: Alignment.center,
child:
Icon(
FontAwesomeIcons.list,
color: ColorsBase.blue,
),
],
)),
)