Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lwinged/e331511d3ef8b244559d208faca0d363 to your computer and use it in GitHub Desktop.
Save lwinged/e331511d3ef8b244559d208faca0d363 to your computer and use it in GitHub Desktop.
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(...),
),
body: SafeArea(
child: PropertyList(...),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment