Inheritance
System.Object
OverflowBox
public class OverflowBox : SingleChildRenderObjectWidget
Constructors
Declaration
public OverflowBox(Key key = null, Alignment alignment = null, float? minWidth = default(float? ), float? maxWidth = default(float? ), float? minHeight = default(float? ), float? maxHeight = default(float? ), Widget child = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
Alignment |
alignment |
|
System.Nullable<System.Single> |
minWidth |
|
System.Nullable<System.Single> |
maxWidth |
|
System.Nullable<System.Single> |
minHeight |
|
System.Nullable<System.Single> |
maxHeight |
|
Widget |
child |
|
Fields
Declaration
public readonly Alignment alignment
Field Value
Declaration
public readonly float? maxHeight
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? maxWidth
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? minHeight
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? minWidth
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
createRenderObject(BuildContext)
Declaration
public override RenderObject createRenderObject(BuildContext context)
Parameters
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
updateRenderObject(BuildContext, RenderObject)
Declaration
public override void updateRenderObject(BuildContext context, RenderObject _renderObject)
Parameters
Overrides