We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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