TransparentScaffold constructor
const
TransparentScaffold({})
Implementation
const TransparentScaffold(
{Key? key,
required this.title,
this.centerTitle = true,
this.leading,
this.actions,
this.body})
: super(key: key);