Inheritance
System.Object
RenderAnimatedSize
public class RenderAnimatedSize : RenderAligningShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderAnimatedSize(TickerProvider vsync = null, TimeSpan? duration = default(TimeSpan? ), Curve curve = null, Alignment alignment = null, RenderBox child = null)
Parameters
Properties
Declaration
public Curve curve { get; set; }
Property Value
Declaration
public TimeSpan? duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.TimeSpan> |
|
Declaration
public bool isAnimating { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public RenderAnimatedSizeState state { get; }
Property Value
Declaration
public TickerProvider vsync { get; set; }
Property Value
Methods
Declaration
public override void detach()
Overrides
Unity.UIWidgets.rendering.RenderObjectWithChildMixinRenderBox<Unity.UIWidgets.rendering.RenderBox>.detach()
paint(PaintingContext, Offset)
Declaration
public override void paint(PaintingContext context, Offset offset)
Parameters
Overrides
Declaration
protected override void performLayout()
Overrides