realChildSize property

  1. @override
Size? get realChildSize
override

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 realChildSize (Size? _realChildSize)
inherited

Set this value if the child has a different size than returned by its render box

Implementation

@protected
Size? realChildSize;