Add next and forward controls to memories
This commit is contained in:
parent
1d2b82d5f9
commit
381f602d32
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
|
|||
pagination: SwiperPagination(
|
||||
builder: DotSwiperPaginationBuilder(activeColor: Colors.white)),
|
||||
loop: false,
|
||||
control: SwiperControl(),
|
||||
),
|
||||
Center(
|
||||
child: AnimatedOpacity(
|
||||
|
|
Loading…
Add table
Reference in a new issue