icon property

  1. @visibleForTemplate
Icon get icon

Current icon, depends on the state of checked.

Implementation

@visibleForTemplate
Icon get icon => checked ? checkedIcon : uncheckedIcon;