Button.image

  1. Image image [@property getter]
  2. Image image [@property setter]
    class Button
    final @property
    void
    image
    in { if (img) assert (!this.text.length, "Button image with text not supported"); }

Meta