AtsignListScreen constructor

const AtsignListScreen({
  1. required List<String> atsigns,
  2. String? message,
  3. String? newAtsign,
})

Implementation

const AtsignListScreen({required this.atsigns, this.message, this.newAtsign});