mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
user artworks; update ui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user