SafaehDebugIdentityCard constructor

const SafaehDebugIdentityCard({
  1. Key? key,
  2. required String package,
  3. required String version,
  4. List<String> chips = const [],
  5. String title = 'Debug console',
})

Implementation

const SafaehDebugIdentityCard({
  super.key,
  required this.package,
  required this.version,
  this.chips = const [],
  this.title = 'Debug console',
});