CheckBox.callback

Sets the callback to be executed when this CheckBox is checked / unchecked.

  1. void delegate(bool) callback()
  2. void callback(void delegate(bool) callback)
    class CheckBox
    final
    void
    callback
    (
    void delegate
    (
    bool
    )
    callback
    )

Meta