можете попробовать с такими параметрами: webPosition: "center"
Fluttertoast.showToast(msg: 'text',
toastLength: Toast.LENGTH_LONG,
gravity: ToastGravity.CENTER,
timeInSecForIos: 3,
backgroundColor: Colors.orange,
textColor: Colors.black,
webPosition: "center"
);