Inheritance
System.Object
AnimatedPhysicalModel
public class AnimatedPhysicalModel : ImplicitlyAnimatedWidget
Constructors
Declaration
public AnimatedPhysicalModel(Key key = null, Widget child = null, BoxShape? shape = default(BoxShape? ), Clip clipBehavior = Clip.none, BorderRadius borderRadius = null, float? elevation = default(float? ), Color color = null, bool animateColor = true, Color shadowColor = null, bool animateShadowColor = true, Curve curve = null, TimeSpan? duration = default(TimeSpan? ))
Parameters
Type |
Name |
Description |
Key |
key |
|
Widget |
child |
|
System.Nullable<BoxShape> |
shape |
|
Clip |
clipBehavior |
|
BorderRadius |
borderRadius |
|
System.Nullable<System.Single> |
elevation |
|
Color |
color |
|
System.Boolean |
animateColor |
|
Color |
shadowColor |
|
System.Boolean |
animateShadowColor |
|
Curve |
curve |
|
System.Nullable<System.TimeSpan> |
duration |
|
Fields
Declaration
public readonly bool animateColor
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly bool animateShadowColor
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly BorderRadius borderRadius
Field Value
Declaration
public readonly Widget child
Field Value
Declaration
public readonly Clip clipBehavior
Field Value
Declaration
public readonly Color color
Field Value
Declaration
public readonly float elevation
Field Value
Type |
Description |
System.Single |
|
Declaration
public readonly Color shadowColor
Field Value
Declaration
public readonly BoxShape shape
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides