Inheritance
RenderConstrainedOverflowBox
public class RenderConstrainedOverflowBox : RenderAligningShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
Declaration
public RenderConstrainedOverflowBox(RenderBox child = null, float? minWidth = default(float? ), float? maxWidth = default(float? ), float? minHeight = default(float? ), float? maxHeight = default(float? ), Alignment alignment = null)
Parameters
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public float? maxHeight { get; set; }
Property Value
Declaration
public float? maxWidth { get; set; }
Property Value
Declaration
public float? minHeight { get; set; }
Property Value
Declaration
public float? minWidth { get; set; }
Property Value
Declaration
protected override bool sizedByParent { get; }
Property Value
Overrides
Methods
Declaration
public BoxConstraints _getInnerConstraints(BoxConstraints constraints)
Parameters
Returns
Declaration
protected override void performLayout()
Overrides
Declaration
protected override void performResize()
Overrides