SimplePageRoute<T> constructor

SimplePageRoute<T>(
  1. String name,
  2. Widget widget
)

Implementation

SimplePageRoute(this.name, this.widget);