()
| 700 | /// |
| 701 | /// - #show(int) |
| 702 | public void show() { |
| 703 | show(DEFAULT_TRANSITION_DURATION); |
| 704 | } |
| 705 | |
| 706 | /// Shows the sheet and returns an `AsyncResource` that will be completed when |
| 707 | /// the sheet finishes -- either with `#finish(Object)` carrying a chosen value, |