Skip to content

Commit 1eb0f07

Browse files
committed
Use TextProp instead of StartEndProp
1 parent dff1695 commit 1eb0f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api/nodes/text_field_node.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class TextFieldProperties with SerializableMixin, EquatableMixin {
255255
this.autofillHints = const {},
256256
this.textInputAction = TextInputActionC.none,
257257
}) : inputStyle = inputStyle ??
258-
StartEndProp.general(fontSize: 14, fills: [PaintModel.blackPaint]),
258+
TextProp.general(fontSize: 14, fills: [PaintModel.blackPaint]),
259259
decoration = decoration ?? InputDecorationModel();
260260

261261
/// Duplicates this [TextFieldProperties] instance with the given data

0 commit comments

Comments
 (0)