4 lines
194 B
Dart
4 lines
194 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
const headerStyle = TextStyle(fontSize: 35, fontWeight: FontWeight.w900);
|
|
const subHeaderStyle = TextStyle(fontSize: 16.0, fontWeight: FontWeight.w500);
|