BackgroundBody constructor
BackgroundBody({
- required PageController controller,
- required Function function,
- required int totalPage,
- required List<
Widget> bodies,
Implementation
BackgroundBody({
required this.controller,
required this.function,
required this.totalPage,
required this.bodies,
});