TextInputLayoutRenderbox constructor
TextInputLayoutRenderbox({
- required List<
TextLayoutItem> items, - required Size? placeHolderTitleHeight,
- required double animation,
- required TextAlign textAlign,
Implementation
TextInputLayoutRenderbox({
required this.items,
required this.placeHolderTitleHeight,
required this.animation,
required this.textAlign,
});