LeanScaffold constructor

const LeanScaffold({
  1. Key? key,
  2. required Widget? body,
  3. Color? backgroundColor,
})

Implementation

const LeanScaffold({super.key, required this.body, this.backgroundColor});