StubScreenState constructor

StubScreenState()

Implementation

StubScreenState():
  super(Screen(
      name: "STUB",
      create: (state) => throw Exception('StubScreenState cannot be used!')
    ));