Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created August 10, 2019 08:37
Show Gist options
  • Save juliuscanute/477ddac52292479476e0a14a2f55f4c3 to your computer and use it in GitHub Desktop.
Save juliuscanute/477ddac52292479476e0a14a2f55f4c3 to your computer and use it in GitHub Desktop.
[Creating a object of an class] #class #dart #object #create
$1(k1:v1, k2:v2,...kn:vn)
//$1 - Class name
//k1..kn - Reference method parameter
//v1..vn - Value of method parameter
MyWidget(name: categoryName, color: categoryColor, iconLocation: categoryIcon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment