Text Widget : api.flutter.dev/flutter/widgets/Text-class.html Text class - widgets library - Dart API A run of text with a single style. The Text widget displays a string of text with single style. The string might break across multiple lines or might all be displayed on the same line depending on the layout constraints. The style argument is optional. Whe api.flutter.dev AppBar : api.flutter.de..