-
Sorry, this might be a silly question but I do not get it (I am still new to Flutter). Can you explain when to use
|
Beta Was this translation helpful? Give feedback.
Answered by
fzyzcjy
Nov 2, 2023
Replies: 1 comment 2 replies
-
Yes, the code without t.get is a quick syntax sugar I have added later. So feel free to use the short version (and fallback to the long version when something is too complex and does not provide such syntax sugar) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lehmannk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the code without t.get is a quick syntax sugar I have added later. So feel free to use the short version (and fallback to the long version when something is too complex and does not provide such syntax sugar)