'title' isn't defined for the class 'TextTheme'- 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/D:/progie/flutter/packages/Try correcting the name to the name of an exis
'bodyText2' isn't defined for the class 'TextTheme'Try correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText2'bodyText2' isn't defined for the class 'TextTheme'
当我想从confirm_password文件中获取名称时,它会给出以下错误:The getter 'name' isn't defined for the type 'ConfirmedPasswordValidationErrorpasswords must match'; return null; }在这里,我用名字“name”定义了getter。
The getter 'homeScreenRoute' isn't defined for the type 'Router'.importing the library that defines 'homeScreenRoute', correcting the name to the name of an existing getter, or defining a getter or field named 'homeScreenRoute'.