Beginner Flutter
Q28 / 100

What widget is used to capture text input from the user?

Correct! Well done.

Incorrect.

The correct answer is C) TextField

C

Correct Answer

TextField

Explanation

TextField is the standard widget for accepting text input in Flutter. It can be configured with a TextEditingController, InputDecoration, keyboard type, validation, and focus handling via FocusNode.

Progress
28/100