RenderAllowOverflow constructor

RenderAllowOverflow({
  1. required AlignmentGeometry alignment,
  2. required TextDirection? textDirection,
  3. required BoxConstraintsTransform constraintsTransform,
  4. RenderBox? child,
})

Implementation

RenderAllowOverflow({
  required super.alignment,
  required super.textDirection,
  required super.constraintsTransform,
  super.child,
}) : _constraintsTransform = constraintsTransform;