Skip to content

Instantly share code, notes, and snippets.

@sahoosunilkumar
Created March 24, 2019 02:48
Show Gist options
  • Save sahoosunilkumar/a30d00a2439ccdca90079ab966e1866a to your computer and use it in GitHub Desktop.
Save sahoosunilkumar/a30d00a2439ccdca90079ab966e1866a 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