6 lines
118 B
Dart
6 lines
118 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
const tMainColor = Color(0xfffdbb03);
|
|
|
|
const tTextColor = Color(0xff333333);
|