Skip to content

Instantly share code, notes, and snippets.

@MarcinusX
Created September 3, 2018 04:33
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 MarcinusX/4957adb9fae8384a35c4a0a8d2d874b3 to your computer and use it in GitHub Desktop.
Save MarcinusX/4957adb9fae8384a35c4a0a8d2d874b3 to your computer and use it in GitHub Desktop.
class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
body: Stack(
children: <Widget>[
AirAsiaBar(height: 210.0),
],
),
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment