BaseExampleView constructor

const BaseExampleView({
  1. Key? key,
  2. required Widget child,
  3. double top = 0,
  4. required List<BaseExampleWrap> list,
})

Implementation

const BaseExampleView(
    {super.key, required this.child, this.top = 0, required this.list});