functional_widget
functional_widget copied to clipboard
Local varible _....... starts with a underscore
Linting warning on generated consumer widgets.
class App extends ConsumerWidget { const App({Key? key}) : super(key: key);
@override Widget build( BuildContext _context, WidgetRef _ref, ) => app(_ref); }
Should have underscore notation removed. (Inherently private scoped)