mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
clean up
This commit is contained in:
parent
baec88a4f8
commit
ccc9ac545a
1 changed files with 0 additions and 29 deletions
|
@ -10,35 +10,6 @@
|
|||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
// todo: delete this map (example)
|
||||
final map = {
|
||||
"name": "Dark",
|
||||
"coinColors": {
|
||||
"bitcoin": "0xFF267352",
|
||||
},
|
||||
"assets": {
|
||||
"circleLock": "svg/somerandomnamecreatedbythemecreator.svg",
|
||||
},
|
||||
"colors": {
|
||||
"background": "0xFF848383",
|
||||
},
|
||||
"gradientBackground": {
|
||||
"gradientType": "linear",
|
||||
"begin": {
|
||||
"x": 0.0,
|
||||
"y": 1.0,
|
||||
},
|
||||
"end": {
|
||||
"x": -1.0,
|
||||
"y": 1.0,
|
||||
},
|
||||
"colors": [
|
||||
"0xFF638227",
|
||||
"0xFF632827",
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
extension BoxShadowExt on BoxShadow {
|
||||
static BoxShadow fromJson(Map<String, dynamic> json) => BoxShadow(
|
||||
color: Color(int.parse(json["color"] as String)),
|
||||
|
|
Loading…
Reference in a new issue