HeartToggle constructor

const HeartToggle({
  1. Key? key,
  2. HeartToggleProps props = const HeartToggleProps(),
})

Heart toggle widget.

props : Properties of the heart toggle widget.

Implementation

const HeartToggle({Key? key, this.props = const HeartToggleProps()})
    : super(key: key);