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