选择图片
This commit is contained in:
8
lib/muyu/models/image_option.dart
Normal file
8
lib/muyu/models/image_option.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class ImageOption{
|
||||
final String name; // 名称
|
||||
final String src; // 资源
|
||||
final int min; // 每次点击时功德最小值
|
||||
final int max; // 每次点击时功德最大值
|
||||
|
||||
const ImageOption(this.name, this.src, this.min, this.max);
|
||||
}
|
||||
Reference in New Issue
Block a user