CustomPagerWithCard constructor
const
CustomPagerWithCard({})
Implementation
const CustomPagerWithCard({
super.key,
required this.numberPages,
this.currentPage = 0,
this.callback,
this.child,
this.textTitle = '',
this.textSubtitle = '',
this.textTrailing = '',
this.textTrailingBottom = '',
this.textFooterRight = '',
this.backgroundColor,
this.textColor,
});