custom_sliding_segmented_control
custom_sliding_segmented_control copied to clipboard
Fix MeasureSize
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