SafaehDebugSnapshotCard constructor

const SafaehDebugSnapshotCard({
  1. Key? key,
  2. required String title,
  3. required String details,
})

Implementation

const SafaehDebugSnapshotCard({
  super.key,
  required this.title,
  required this.details,
});