import 'package:flutter/material.dart'; class Group { final id; ... class Groups with ChangeNotifier { List<Group> _items = [ Group( id: 1, color: Colors.
確定! 回上一頁