yang-f/flutter_svg_provider

Respect parent size bugued ?

Closed this issue · 0 comments

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 :)