Skip to content

Commit a517ac8

Browse files
mimic
1 parent 0350479 commit a517ac8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/designto-flutter/wrappers/container.wrap.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ export function wrapWithContainer(
4141
_padding = makeEdgeInsets(node);
4242
}
4343

44+
// Container is a container if [_size] or [_boxDecoration] are set.
4445
if (_size || _boxDecoration) {
45-
// Container is a container if [propSize] or [propBoxDecoration] are set.
46-
// console.log("wrapping with container. child - ", child)
4746
return new flutter.Container({
4847
width: roundDouble(_size.width),
4948
height: roundDouble(_size.height),

0 commit comments

Comments
 (0)