CheckBox.callback

Returns the current callback of this CheckBox.

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

Meta