import 'package:flutter/material.dart';class Category { String name; Category({@required this.name}); }List<Category> categories = [
確定! 回上一頁