Inheritance
System.Object
PerformanceOverlay
public class PerformanceOverlay : LeafRenderObjectWidget
Constructors
Declaration
public PerformanceOverlay(Key key = null, int optionsMask = 0)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Int32 |
optionsMask |
|
Fields
Declaration
public readonly int optionsMask
Field Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public static PerformanceOverlay allEnabled(Key key = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
Returns
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