elevatedbutton.icon position change to right flutter
Directionality(
textDirection: TextDirection.rtl,
child: ElevatedButton.icon(
onPressed: () {},
icon: Icon(
Icons.arrow_back,
),
label: Text("Test"),
))