()
| 1170 | /// |
| 1171 | /// - #back(int) |
| 1172 | public void back() { |
| 1173 | back(DEFAULT_TRANSITION_DURATION); |
| 1174 | } |
| 1175 | |
| 1176 | /// Goes back to the parent sheet with a slide animation of given duration. If there |
| 1177 | /// is no parent sheet, then this will close the sheet. |