Files
flutter_server_box/lib/data/res/font_style.dart
Junyuan Feng b824e06736 New feat
- SFTP download
- open downloaded files in other apps
2022-05-07 22:15:09 +08:00

5 lines
145 B
Dart

import 'package:flutter/material.dart';
const TextStyle size18 = TextStyle(fontSize: 18);
const TextStyle grey = TextStyle(color: Colors.grey);