flutter create bug; Create a simple enum in a sperate file enum Test{First, Second, Third}; Reference one of the enum values in main.dart like print(Test.
確定! 回上一頁