KinApp constructor

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

Implementation

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