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