We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0350479 commit a517ac8Copy full SHA for a517ac8
1 file changed
packages/designto-flutter/wrappers/container.wrap.ts
@@ -41,9 +41,8 @@ export function wrapWithContainer(
41
_padding = makeEdgeInsets(node);
42
}
43
44
+ // Container is a container if [_size] or [_boxDecoration] are set.
45
if (_size || _boxDecoration) {
- // Container is a container if [propSize] or [propBoxDecoration] are set.
46
- // console.log("wrapping with container. child - ", child)
47
return new flutter.Container({
48
width: roundDouble(_size.width),
49
height: roundDouble(_size.height),
0 commit comments