AppFlowyAutoCompleteTextProvider typedef

AppFlowyAutoCompleteTextProvider = String? Function(BuildContext context, Node node, TextSpan? textSpan)

Implementation

typedef AppFlowyAutoCompleteTextProvider = String? Function(
  BuildContext context,
  Node node,
  TextSpan? textSpan,
);