AtsignListScreen constructor

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

Implementation

const AtsignListScreen(
    {Key? key, required this.atsigns, this.message, this.newAtsign})
    : super(key: key);