AppendChildBuilder<T> typedef

AppendChildBuilder<T> = Widget? Function(BuildContext context, T value, Widget? widget)

form append widget builder widget is widget cache

Implementation

typedef AppendChildBuilder<T> = Widget? Function(
  BuildContext context,
  T value,
  Widget? widget,
);