RenderIgnoreBaseline constructor
- RenderBox? child,
Create a render object that causes the parent to ignore the child for baseline computations.
Implementation
RenderIgnoreBaseline({RenderBox? child}) : super(child);
Create a render object that causes the parent to ignore the child for baseline computations.
RenderIgnoreBaseline({RenderBox? child}) : super(child);