findVeloConsumer<T extends Velo> method
Finds a VeloConsumer widget by its Velo type.
Implementation
Finder findVeloConsumer<T extends Velo<dynamic>>() =>
find.byWidgetPredicate((widget) => widget is VeloConsumer<T, dynamic>);