DigifiedWrapper constructor

const DigifiedWrapper({
  1. Key? key,
  2. required Widget child,
})

Implementation

const DigifiedWrapper({super.key, required this.child});