jld3103
2 years ago
4 changed files with 3127 additions and 398 deletions
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,11 @@
|
||||
import 'package:flutter/widgets.dart'; |
||||
|
||||
// ignore: public_member_api_docs |
||||
class SetiMeta { |
||||
// ignore: public_member_api_docs |
||||
const SetiMeta(this.codePoint, this.color); |
||||
const SetiMeta(this.iconData, this.color); |
||||
// ignore: public_member_api_docs |
||||
final int codePoint; |
||||
final IconData iconData; |
||||
// ignore: public_member_api_docs |
||||
final int color; |
||||
} |
||||
|
Loading…
Reference in new issue