reversed property

bool reversed
final

Used to change the position of the navigation

reversed = false ==> Navigation on the right reversed = true ==> Navigation on the left

Implementation

final bool reversed;