<itemvalue="Animated version of [Padding] which automatically transitions the indentation over a given duration whenever the given inset changes. {@youtube 560 315 https:www.youtube.comwatch?v=PY2m0fhGNz4} Here's an illustration of what using this widget looks like, using a [curve] of [Curves.fastOutSlowIn]. {@animation 250 266 https:flutter.github.ioassets-for-api-docsassetswidgetsanimated_padding.mp4} {@tool dartpad} The following code implements the [AnimatedPadding] widget, using a [curve] of [Curves.easeInOut]. See code in examplesapilibwidgetsimplicit_animationsanimated_padding.0.dart {@end-tool} See also: [AnimatedContainer], which can transition more values at once. [AnimatedAlign], which automatically transitions its child's position over a given duration whenever the given [AnimatedAlign.alignment] changes."/>
<itemvalue="fix: avoid open monitor many times."/>
<itemvalue="Creates a [Shader] for this gradient to fill the given rect. If the gradient's configuration is text-direction-dependent, for example it uses [AlignmentDirectional] objects instead of [Alignment] objects, then the `textDirection` argument must not be null. The shader's transform will be resolved from the [transform] of this gradient."/>