-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecated code exists #300
Comments
caption: base.caption!.copyWith( |
bodyText1: base.bodyText1!.copyWith( |
Step 5 - Towards the end:
had to change 'primary' to 'foregroundColor' |
headline5 -> headlineLarge |
Column(
children: [
Image.asset('assets/diamond.png'),
const SizedBox(height: 16.0),
Text(
'SHRINE',
style: Theme.of(context).textTheme.headline5,
),
],
)
headline5 has deprecated. So change it to headlineSmall
The text was updated successfully, but these errors were encountered: