Inheritance
System.Object
RenderPositionedBox
public class RenderPositionedBox : RenderAligningShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderPositionedBox(RenderBox child = null, float? widthFactor = default(float? ), float? heightFactor = default(float? ), Alignment alignment = null)
Parameters
Type |
Name |
Description |
RenderBox |
child |
|
System.Nullable<System.Single> |
widthFactor |
|
System.Nullable<System.Single> |
heightFactor |
|
Alignment |
alignment |
|
Properties
Declaration
public float? heightFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public float? widthFactor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
debugPaintSize(PaintingContext, Offset)
Declaration
protected override void debugPaintSize(PaintingContext context, Offset offset)
Parameters
Overrides
Declaration
protected override void performLayout()
Overrides