Nash0x7E2 / awesome-flutter-snippets

Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets
Apache License 2.0
161 stars 72 forks source link

changed child container parameter to null #38

Closed LeonardoRosaa closed 3 years ago

LeonardoRosaa commented 3 years ago

Changed child value parameter for containers of stateless and stateful widgets snippets to null.

This change help for quickly tests or debugs. And remove lint error.

Thanks :)