BaseExampleView constructor
const
BaseExampleView({
- Key? key,
- required Widget child,
- double top = 0,
- required List<
BaseExampleWrap> list,
Implementation
const BaseExampleView(
{super.key, required this.child, this.top = 0, required this.list});