Inheritance
System.Object
_RenderPhysicalModelBase<T>
public abstract class _RenderPhysicalModelBase<T> : _RenderCustomClip<T>, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin where T : class
Type Parameters
Constructors
Declaration
public _RenderPhysicalModelBase(RenderBox child = null, float? elevation = default(float? ), Color color = null, Color shadowColor = null, Clip clipBehavior = Clip.none, CustomClipper<T> clipper = null)
Parameters
Properties
Declaration
protected static Paint _transparentPaint { get; }
Property Value
Declaration
protected override bool alwaysNeedsCompositing { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public Color color { get; set; }
Property Value
Declaration
public float elevation { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Color shadowColor { get; set; }
Property Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder description)
Parameters
Overrides