Skip to content

Instantly share code, notes, and snippets.

@AliAnilKocak
Created February 6, 2020 18:12
Show Gist options
  • Save AliAnilKocak/5c5f706495eb2dda96a79ed59133344f to your computer and use it in GitHub Desktop.
Save AliAnilKocak/5c5f706495eb2dda96a79ed59133344f to your computer and use it in GitHub Desktop.
MainColor
MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Programming Quotes',
theme: ThemeData(
primaryColor: Color(0xFF56D4F9),
),
home: HomePage(),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment