autosave property
Will save the selection automatically everytime the user selects
something when set to true
.
If set to false
you may want to implement a FluttermojiSaveWidget
in your app to let users save their selection manually.
Implementation
final bool autosave;