import 'package:flutter/material.dart'; class Group { final id; ... this.icon, this.name}); } class Groups with ChangeNotifier { List<Group> _items ...
確定! 回上一頁