user artworks; update ui

This commit is contained in:
wgh19
2024-05-13 19:43:24 +08:00
parent 0f225be531
commit 56917f22c1
10 changed files with 291 additions and 179 deletions

View File

@@ -1,3 +1,9 @@
import 'package:flutter/material.dart';
import 'package:flutter/material.dart' as md;
typedef MdIcons = Icons;
typedef MdIcons = md.Icons;
class ColorScheme {
static md.ColorScheme of(md.BuildContext context) {
return md.Theme.of(context).colorScheme;
}
}