提示build被覆蓋的錯誤,this is the overridden method ('build').
lib/main.dart:115:10: Error: The method 'MyList.build' has more required arguments than those of overridden method 'StatelessWidget.build'.
? Widget build (BuildContext, context) {
? ? ? ? ?^
/D:/flutter/packages/flutter/lib/src/widgets/framework.dart:720:10: Context: This is the overridden method ('build').
? Widget build(BuildContext context);
? ? ? ? ?^
FAILURE: Build failed with an exception.