TextInputLayoutRenderbox constructor

TextInputLayoutRenderbox({
  1. required List<TextLayoutItem> items,
  2. required Size? placeHolderTitleHeight,
  3. required double animation,
  4. required TextAlign textAlign,
})

Implementation

TextInputLayoutRenderbox({
  required this.items,
  required this.placeHolderTitleHeight,
  required this.animation,
  required this.textAlign,
});