TextInputLayoutDelegate constructor
TextInputLayoutDelegate({})
Implementation
TextInputLayoutDelegate({
required this.children,
required this.placeHolderTitleHeight,
required this.animation,
required this.textAlign,
}) : super(key: ValueKey(children.hashCode));