funcWidgetFactory property

Widget Function() funcWidgetFactory
getter/setter pair

Returns the native Flutter widget to instantiate instead of the ezFlap widget that is being mocked. When not provided - an empty Container will be returned.

Implementation

late Widget Function() funcWidgetFactory;