BloweTextFormFieldOnTap typedef

BloweTextFormFieldOnTap = void Function(BuildContext context)

Typedef for an onTap callback used by BloweTextFormField.

  • context: The BuildContext of the widget.

Implementation

typedef BloweTextFormFieldOnTap = void Function(
  BuildContext context,
);