The solution is quite simple. Everything you need to do is to import the foundation library or the material library:
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
我一直以为这是dart自带的语法
The solution is quite simple. Everything you need to do is to import the foundation library or the material library:
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
我一直以为这是dart自带的语法