BackDropScreen constructor
const
BackDropScreen({})
Implementation
const BackDropScreen({
required this.bottomChild,
required this.backgroundChild,
this.topPadding = 500,
Key? key,
}) : super(key: key);
const BackDropScreen({
required this.bottomChild,
required this.backgroundChild,
this.topPadding = 500,
Key? key,
}) : super(key: key);