From bf7b1ed0f28a4111cf64e524470859a7bece3290 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:44:30 -0800 Subject: [PATCH] Label always at top of input --- .../ide_shared/property_editor/property_editor_inputs.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart index 0a6fa25dde7..6a50b833933 100644 --- a/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart +++ b/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_inputs.dart @@ -204,6 +204,7 @@ mixin _PropertyInputMixin { isDense: true, label: inputLabel(property, theme: theme), border: const OutlineInputBorder(), + floatingLabelBehavior: FloatingLabelBehavior.always, ); }