FunctionRender typedef

  1. @Deprecated('Use KaeruWidget instead. This will be removed in a future version.')
FunctionRender = Widget Function(BuildContext context)

A function that renders a widget.

Note: This is part of the deprecated defineWidget API.

Implementation

@Deprecated('Use KaeruWidget instead. This will be removed in a future version.')
typedef FunctionRender = Widget Function(BuildContext context);