NyPage<T extends BaseController>.init constructor

NyPage<T extends BaseController>.init(
  1. String? path,
  2. State<StatefulWidget> state
)

Initialize NyPage with a path and state.

Implementation

NyPage.init(String? path, State state)
    : child = state,
      super(path);