mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Mouve slider count when submenu
This commit is contained in:
parent
e4c956ef41
commit
375d2c08f6
@ -209,9 +209,9 @@ class _SliderViewWidget extends State<SliderViewWidget> {
|
|||||||
),
|
),
|
||||||
if(sliderDTO.images != null && sliderDTO.images.length > 0)
|
if(sliderDTO.images != null && sliderDTO.images.length > 0)
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(bottom: 0),
|
padding: widget.section.parentId == null ? EdgeInsets.only() : const EdgeInsets.only(left: 15, bottom: 10),
|
||||||
child: Align(
|
child: Align(
|
||||||
alignment: Alignment.bottomCenter,
|
alignment: widget.section.parentId == null ? Alignment.bottomCenter : Alignment.bottomLeft,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
sliderController.previousPage(duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn);
|
sliderController.previousPage(duration: new Duration(milliseconds: 500), curve: Curves.fastOutSlowIn);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user