layerDestinationRect property
Rect?
get
layerDestinationRect
destination rect base on layer
Implementation
Rect? get layerDestinationRect =>
screenDestinationRect?.shift(-layoutTopLeft!);
destination rect base on layer
Rect? get layerDestinationRect =>
screenDestinationRect?.shift(-layoutTopLeft!);