Button.changeCallback

The current callback to execute (for toggle buttons).

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

Meta