Column( children: <Widget>[ 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