Flutter code
build command
flutter packages pub run build_runner watch --delete-conflicting-outputs
Theme
Color backgroundColor = Theme.of(context).backgroundColor;
Mobx Store
_userStore ??= Provider.of<UserStore>(context);
open:flutter-code
flutter packages pub run build_runner watch --delete-conflicting-outputs
Color backgroundColor = Theme.of(context).backgroundColor;
_userStore ??= Provider.of<UserStore>(context);