We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c206709 commit 0b5931fCopy full SHA for 0b5931f
lib/src/core/widgets/input_dialog.dart
@@ -87,7 +87,7 @@ class InputDialog extends StatelessWidget {
87
this.keyboardType,
88
this.formatter,
89
required String initialValue,
90
- }) : maxLines = (type == InputDialogs.multiLine) ? 5 : 1 {
+ }) : maxLines = (type == InputDialogs.multiLine) ? 5 : 1 {
91
controller.text = initialValue;
92
controller.selection = TextSelection(
93
baseOffset: 0,
0 commit comments