Open dancojocaru2000 opened 1 year ago
The cheat sheet shows that :get [m/ScaffoldMessenger] is the equivalent to Dart's ScaffoldMessenger.of(context), but I had to look into one of the examples to see that the created binding is scaffold-messenger.
:get [m/ScaffoldMessenger]
ScaffoldMessenger.of(context)
scaffold-messenger
The cheat sheet shows that
:get [m/ScaffoldMessenger]
is the equivalent to Dart'sScaffoldMessenger.of(context)
, but I had to look into one of the examples to see that the created binding isscaffold-messenger
.