mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
8 lines
218 B
Dart
8 lines
218 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
const textSize18 = TextStyle(fontSize: 18);
|
|
const textSize11 = TextStyle(fontSize: 11);
|
|
const textSize13 = TextStyle(fontSize: 13);
|
|
|
|
const grey = TextStyle(color: Colors.grey);
|