AddSingleContact constructor

const AddSingleContact({
  1. Key? key,
  2. String? atSignName,
})

Implementation

const AddSingleContact({Key? key, this.atSignName}) : super(key: key);