Inheritance
System.Object
IntrinsicWidth
public class IntrinsicWidth : SingleChildRenderObjectWidget
Constructors
Declaration
public IntrinsicWidth(Key key = null, float? stepWidth = default(float? ), float? stepHeight = default(float? ), Widget child = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Nullable<System.Single> |
stepWidth |
|
System.Nullable<System.Single> |
stepHeight |
|
Widget |
child |
|
Fields
Declaration
public readonly float? stepHeight
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly float? stepWidth
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
createRenderObject(BuildContext)
Declaration
public override RenderObject createRenderObject(BuildContext context)
Parameters
Returns
Overrides
updateRenderObject(BuildContext, RenderObject)
Declaration
public override void updateRenderObject(BuildContext context, RenderObject renderObjectRaw)
Parameters
Overrides