rmtmckenzie/flutter_qr_mobile_vision

[Fearture request] Unable to modify _defaultOffscreenBuilder and _defaultNotStartedBuilder

danilolutti opened this issue · 1 comments

Can you add a way to modify these widgets?

final WidgetBuilder _defaultNotStartedBuilder = (context) => Text("Camera Loading ...");
final WidgetBuilder _defaultOffscreenBuilder = (context) => Text("Camera Paused.");

found it! sorry.
notStartedBuilder (_) => MyWidget().