<itemvalue="[ConstraintsTransformBox], a widget that sizes its child using a transformed [BoxConstraints], and shows a warning if the child overflows in debug mode."/>
<itemvalue="[OverflowBox], a widget that imposes different constraints on its child than it gets from its parent, possibly allowing the child to overflow the parent."/>
<itemvalue="[ConstrainedBox], for a box which imposes constraints on its child."/>
<itemvalue="In debug mode, if the child overflows the container, a warning will be printed on the console, and black and yellow striped areas will appear where the overflow occurs."/>
<itemvalue="This allows a child to render at the size it would render if it were alone on an infinite canvas with no constraints. This container will then attempt to adopt the same size, within the limits of its own constraints. If it ends up with a different size, it will align the child based on [alignment]. If the box cannot expand enough to accommodate the entire child, the child will be clipped."/>
<itemvalue="A widget that imposes no constraints on its child, allowing it to render at its "natural" size."/>
<itemvalue="Animated widget that automatically transitions its size over a given duration whenever the given child's size changes. {@tool dartpad} This example makes a [Container] react to being touched, causing the child of the [AnimatedSize] widget, here a [FlutterLogo], to animate. See code in examplesapilibwidgetsanimated_sizeanimated_size.0.dart {@end-tool} See also: [SizeTransition], which changes its size based on an [Animation]."/>
<itemvalue="Only works if it's the child of a [Stack]. Here's an illustration of the [RelativePositionedTransition] widget, with it's [rect] animated by a [CurvedAnimation] set to [Curves.elasticInOut]: {@animation 300 378 https:flutter.github.ioassets-for-api-docsas"/>
<itemvalue="Animated version of [Positioned] which transitions the child's position based on the value of [rect] relative to a bounding box with the specified [size]."/>
@ -50,18 +57,11 @@
<itemvalue="pixels – The colors to write to the bitmap offset – The index of the first color to read from pixels[] stride – The number of colors in pixels[] to skip between rows. Normally this value will be the same as the width of the bitmap, but it can be larger (or negative). x – The x coordinate of the first pixel to write to in the bitmap. y – The y coordinate of the first pixel to write to in the bitmap. width – The number of colors to copy from pixels[] per row height – The number of rows to write to the bitmap"/>
<itemvalue="recive Invite Reward"/>
<itemvalue="Return the FragmentActivity this fragment is currently associated with. May return null if the fragment is associated with a Context instead."/>
<itemvalue="tracking activityPage events."/>
<itemvalue="No Jagged Image View"/>
<itemvalue="fix: favoriteIntimacyExp logic and arouter defines."/>
<itemvalue="fix: unity model scale issue when enter skin fragment."/>
<itemvalue="fix: layout of item_gift and display order of act events; fix: currency list not loaded on mall page when open via deeplink."/>
<itemvalue="Calls the specified function block with this value as its receiver and returns its result. For detailed usage information see the documentation for scope functions ."/>
<itemvalue="feat: add intimacy page and feed page; task act page support h5."/>