mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
5 lines
145 B
Dart
5 lines
145 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
const TextStyle size18 = TextStyle(fontSize: 18);
|
|
const TextStyle grey = TextStyle(color: Colors.grey);
|