import 'package:flutter/material.dart'; enum Status { /// 待傳送 ... 想要的值 int get value => values[this.index]; /// 展示文字 String get ...
確定! 回上一頁