Skip to content

Instantly share code, notes, and snippets.

@albertusdev
Created March 20, 2019 07:47
Show Gist options
  • Save albertusdev/6bc206b854ad93f9fa5d711d7fa58b74 to your computer and use it in GitHub Desktop.
Save albertusdev/6bc206b854ad93f9fa5d711d7fa58b74 to your computer and use it in GitHub Desktop.
class CoursePage extends StatefulWidget {
@override
_CoursePageState createState() => _CoursePageState();
}
class _CoursePageState extends State<CoursePage> {
@override
Widget build(BuildContext context) {
return Container(color: const Color(0xFFFFE306));
}
}a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment