If you want to reverse a list in Dart or Flutter, you can use List.reversed.toList() and it will reorder all the elements of the list in reversed order.
確定! 回上一頁