How to add 3 dot popup menu in AppBar in Flutter
Read moreWhat is dot dot in Dart?
.. is known as cascade notation . It allows you to not repeat the same target if you want to call several methods on the same object.
Read moreWhy do some flutters have three dots?
spread operator (…) is used to provide a way to assign values to Collections , more commonly it found inside the column to render its child.
Read more