RebuildableApp constructor

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

Implementation

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