Skip to content

Instantly share code, notes, and snippets.

View erikkubica's full-sized avatar

Erik Kubica erikkubica

View GitHub Profile
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
// Color for App bar BG, Card BG, RaisedButton BG, FloatingButton BG
Color primary = Colors.red;