Beginner Flutter
Q14 / 100

How do you display text in Flutter?

Correct! Well done.

Incorrect.

The correct answer is C) Text widget

C

Correct Answer

Text widget

Explanation

The Text widget displays a string of text with a single style. You can customize the font, size, color, alignment, and overflow behavior using TextStyle and other properties of the Text widget.

Progress
14/100