Inheritance
RenderBaseline
public class RenderBaseline : RenderShiftedBox, HitTestTarget, RenderObjectWithChildMixin<RenderBox>, RenderObjectWithChildMixin
Constructors
RenderBaseline(RenderBox, Single, TextBaseline)
Declaration
public RenderBaseline(RenderBox child = null, float baseline = 0F, TextBaseline baselineType = TextBaseline.alphabetic)
Parameters
Fields
Declaration
Field Value
Declaration
public TextBaseline _baselineType
Field Value
Properties
Declaration
public float baseline { get; set; }
Property Value
Declaration
public TextBaseline baselineType { get; set; }
Property Value
Methods
Declaration
protected override void performLayout()
Overrides