Skip to content

Commit a742f0c

Browse files
committed
Fix margin/padding layout issue (again).
1 parent c62ebc3 commit a742f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api/nodes/base_node.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ abstract class BaseNode with SerializableMixin, EquatableMixin {
606606
///
607607
/// [horizontalFit] and [verticalFit] are used to determine what type of
608608
/// numbers [internalConstraints] should use. It will normally use this
609-
/// node's [horizontalFit] and [verticalFit] but they can be overriden
609+
/// node's [horizontalFit] and [verticalFit] but they can be overridden
610610
///
611611
/// Returns the constrained value that cannot exceed the total constraints of
612612
/// this node.

0 commit comments

Comments
 (0)