custom_sliding_segmented_control icon indicating copy to clipboard operation
custom_sliding_segmented_control copied to clipboard

Fix MeasureSize

Open Malarg opened this issue 9 months ago • 4 comments

I fixed work of MeasureSize, making it more suitable for it purpose. Generally this widget should notify parent if size of it's child has been changed. But it did not do it if it's build method has not been called. It could create bugs such as i attached to this PR. To fix it I rewrite this class to RenderObject, now it works as expected telegram-cloud-photo-size-2-5323563576746699075-y

Malarg avatar May 15 '24 12:05 Malarg