Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slideable not slide to the Middel #327

Open
Elias177Dev opened this issue Mar 28, 2022 · 1 comment
Open

Slideable not slide to the Middel #327

Elias177Dev opened this issue Mar 28, 2022 · 1 comment

Comments

@Elias177Dev
Copy link

Elias177Dev commented Mar 28, 2022

Hey, how can i stop the Slide after the red InkWell ?

Code:

Expanded(
child: Padding(
padding: const EdgeInsets.only(bottom: 5.0),
child: Align(
alignment: Alignment.centerRight,
child: InkWell(
onTap: () {},
borderRadius: BorderRadius.circular(16),
child: Container(
alignment: Alignment.center,
width: 24 * 4, // space for actionPan
decoration: BoxDecoration(
color: Colors.red,
borderRadius: BorderRadius.only(
bottomRight: Radius.circular(8),
topRight: Radius.circular(8),
),
),
child: Icon(
Icons.delete,
color: Colors.white,
),
),
),
),
),
)

image

Any Ideas ?

@letsar
Copy link
Owner

letsar commented Jul 10, 2022

Set the ExtentRatio of the ActionPane with what you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants