4 lines
91 B
Dart
4 lines
91 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
const TextStyle size18 = TextStyle(fontSize: 18);
|