Inheritance
System.Object
RotatedBox
public class RotatedBox : SingleChildRenderObjectWidget
Constructors
Declaration
public RotatedBox(Key key = null, int? quarterTurns = default(int? ), Widget child = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Nullable<System.Int32> |
quarterTurns |
|
Widget |
child |
|
Fields
Declaration
public readonly int? quarterTurns
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
createRenderObject(BuildContext)
Declaration
public override RenderObject createRenderObject(BuildContext context)
Parameters
Returns
Overrides
updateRenderObject(BuildContext, RenderObject)
Declaration
public override void updateRenderObject(BuildContext context, RenderObject renderObject)
Parameters
Overrides