sizedByParent property
by setting sizedByParent to true, the size of RenderSlideAction would be determined by its parent and the re-layout caused by ActionController would not propagate to its parent
Implementation
@override
bool get sizedByParent => true;