DefaultTextStyle( style: TextStyle( fontSize: 60, color: Colors.blue, fontWeight: FontWeight.bold, ), child: Text('Flutter'), )