fipy/lib/globals.dart

5 lines
124 B
Dart

import 'package:flutter/material.dart';
late String token;
TextStyle globalTextStyle = TextStyle(color: Colors.grey[350]);