Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created May 6, 2019 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanethos/25a13b7ab78a0ba5fa92fe89bbe45491 to your computer and use it in GitHub Desktop.
Save Vanethos/25a13b7ab78a0ba5fa92fe89bbe45491 to your computer and use it in GitHub Desktop.
abstract class BasePage<Bloc extends BaseBloc> extends StatefulWidget {
Bloc bloc;
BasePage({Key key, this.bloc}) : super(key: key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment