routerData method

PropMap routerData()

Implementation

PropMap routerData() {
  RouterDataWidget w = this.dependOnInheritedWidgetOfExactType()!;
  return w.data;
}