CustomScaffold constructor

const CustomScaffold({
  1. Key? key,
})

Implementation

const CustomScaffold({Key? key}) : super(key: key);