PIDoubleScaffold constructor
const
PIDoubleScaffold({})
Implementation
const PIDoubleScaffold({
Key? key,
required this.body1,
required this.body2,
required this.isOpenSecond,
withPadding,
}) : super(key: key);