CardRemoved constructor

const CardRemoved(
  1. {Key key,
  2. bool autoNav: true}
)

Implementation

const CardRemoved({Key key, this.autoNav = true}) : super(key: key);