KScreen constructor

KScreen({
  1. Key? key,
  2. required Widget child,
  3. dynamic bottomBar,
})

Implementation

KScreen({Key? key, required this.child, this.bottomBar}) : super(key: key);