self methods Creates the mutable state for this widget at a given location in the tree.
(&self)
| 33 | // self methods |
| 34 | // Creates the mutable state for this widget at a given location in the tree. |
| 35 | pub fn create_state(&self) -> NavigatorState { |
| 36 | todo!() |
| 37 | } |
| 38 | |
| 39 | // static methods |
| 40 |