ContactButtonTwo constructor Null safety

ContactButtonTwo(
  1. String? contact2a,
  2. String? phonecontact2a,
  3. {required Function callbackFunction}
)

Implementation

ContactButtonTwo(this.contact2a, this.phonecontact2a,
    {required this.callbackFunction});