HintGetter typedef
HintGetter =
String? Function(BuildContext context, HintType type)
Function that returns the hint text for StreamMessageInput based on
type
.
Implementation
typedef HintGetter = String? Function(BuildContext context, HintType type);