realChildSize property
Set this value if the child has a different size than returned by its render box
Implementation
@override
Size? get realChildSize => overrideSize ?? super.realChildSize;
Set this value if the child has a different size than returned by its render box
Implementation
@protected
Size? realChildSize;