FunctionRender typedef
- @Deprecated('Use KaeruWidget instead. This will be removed in a future version.')
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);