Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/e9eaf49fe0a45a38bfa2e74f8328d3b7 to your computer and use it in GitHub Desktop.
Save Vanethos/e9eaf49fe0a45a38bfa2e74f8328d3b7 to your computer and use it in GitHub Desktop.
class ErrorWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Material(
color: Colors.grey,
child: //...
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment