fbmobile/lib/ui/shared/text_styles.dart
2021-02-02 15:33:23 +01:00

5 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);