Skip to content

Instantly share code, notes, and snippets.

@sahoosunilkumar
Created March 24, 2019 03:23
Show Gist options
  • Save sahoosunilkumar/c218c103f5a3225562f11b1a3173082d to your computer and use it in GitHub Desktop.
Save sahoosunilkumar/c218c103f5a3225562f11b1a3173082d to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
const NormalText = TextStyle(fontSize: 16.0, color: Colors.black);
const TitleText =
TextStyle(fontSize: 28.0, color: Colors.black, fontWeight: FontWeight.bold);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment