Skip to content

Commit

Permalink
[Property Editor] Label always at top of input (flutter#8819)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jan 30, 2025
1 parent 1bdcf7a commit c00e7e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ mixin _PropertyInputMixin<T> {
isDense: true,
label: inputLabel(property, theme: theme),
border: const OutlineInputBorder(),
floatingLabelBehavior: FloatingLabelBehavior.always,
);
}

Expand Down

0 comments on commit c00e7e9

Please sign in to comment.