mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +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);
|