Closed pbouttier closed 1 year ago
Hi,
I have seen this :
final double logicWidth = size?.width ?? configuration.size?.width ?? 100; final double logicHeight = size?.height ?? configuration.size?.width ?? 100;
The logic height is binded on parent with, not height :)
Hi,
I have seen this :
The logic height is binded on parent with, not height :)