InputCounterWidgetBuilder
					InputCounterWidgetBuilder: (this: void, context: BuildContext, props: { currentLength: number; isFocused: boolean; maxLength: number }) => Widget
					
					
						Type declaration
						
							- 
								
									- (this: void, context: BuildContext, props: { currentLength: number; isFocused: boolean; maxLength: number }): Widget
 
								
								
									- 
										
Parameters
										
											- 
												
this: void
											 
											- 
												
context: BuildContext
											 
											- 
												
props: { currentLength: number; isFocused: boolean; maxLength: number }
												
													- 
														
currentLength: number
													 
													- 
														
isFocused: boolean
													 
													- 
														
maxLength: number
													 
												
											 
										
										Returns Widget