LabelBuilder typedef
LabelBuilder =
Widget Function(TInputContext ctx, String? label, String? tag, bool isRequired)
Implementation
typedef LabelBuilder = Widget Function(TInputContext ctx, String? label, String? tag, bool isRequired);