Skip to content

Instantly share code, notes, and snippets.

@2hamed
Created January 1, 2019 11:48
Show Gist options
  • Save 2hamed/976c8e5df7d52f215cb3b103e7838e5e to your computer and use it in GitHub Desktop.
Save 2hamed/976c8e5df7d52f215cb3b103e7838e5e to your computer and use it in GitHub Desktop.
var mode: Mode = Mode.Idle
set(value) {
field = value
invalidate()
}
var progress = 0
set(value) {
field = value
invalidate()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment