Skip to content

Commit 7f287f8

Browse files
committed
Enhance example
1 parent 49b1aa4 commit 7f287f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/lib/pages/text_input_dialog_page.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ class TextInputDialogPage extends StatelessWidget {
4848
final text = await showTextInputDialog(
4949
context: context,
5050
textFields: const [
51-
DialogTextField(),
51+
DialogTextField(
52+
hintText: 'hintText',
53+
),
5254
],
5355
title: 'Hello',
5456
message: 'This is a message',

0 commit comments

Comments
 (0)