Inheritance
_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 override bool alwaysNeedsCompositing { get; }
Property Value
Overrides
Declaration
public Color color { get; set; }
Property Value
Declaration
public float elevation { get; set; }
Property Value
Declaration
public Color shadowColor { get; set; }
Property Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder description)
Parameters
Overrides