Skip to content

Instantly share code, notes, and snippets.

@NITIN-ME
Created June 30, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NITIN-ME/3168623687d1a3e8c69f8effc009b296 to your computer and use it in GitHub Desktop.
Save NITIN-ME/3168623687d1a3e8c69f8effc009b296 to your computer and use it in GitHub Desktop.
List<String> items = <String>[
'Adam',
'Eve',
'Robert',
'Taylor',
'Micheal',
'Rick',
'Morty',
'Ted',
'Marshall',
'Barney',
'Swarley',
'Robin',
'Dora',
'Sandy',
];
typedef func = void Function(int index);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment