Skip to content

Commit 7418855

Browse files
fix: Replace deprecated property
1 parent 9082e0e commit 7418855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fields/form_builder_dropdown.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class FormBuilderDropdown<T> extends FormBuilderField<T> {
109109
/// ```
110110
/// {@end-tool}
111111
///
112-
/// Defaults to the [TextTheme.subtitle1] value of the current
112+
/// Defaults to the [TextTheme.titleMedium] value of the current
113113
/// [ThemeData.textTheme] of the current [Theme].
114114
final TextStyle? style;
115115

0 commit comments

Comments
 (0)