Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created October 16, 2018 09:20
Show Gist options
  • Save Rahiche/1b04cbfba73b0cc435f78856273e27ce to your computer and use it in GitHub Desktop.
Save Rahiche/1b04cbfba73b0cc435f78856273e27ce to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
media = MediaQuery.of(context);
Scaffold(
appBar: AppBar(),
body: Center(
child: Text(media.orientation.toString()),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment