2 years ago

#35418

test-img

无夜之星辰

Only stretch the center of the image in flutter

This is my image:

enter image description here

It's height is 8, but it's width is unknown, maybe 50, 100 or 200.

What I want is the image's left and right side are not stretched when it's width changed.

I use centerSlice but I don't clear it's value:

final bottomImage = Image.asset(
  ImageTool.findVariant(R.calendarMenuBottom),
  height: 8,
  fit: BoxFit.fill,

  //centerSlice: Rect.fromLTRB(10, 4, 10, 4),
);

How can I do it?

flutter

dart

nine-patch

flutter-image

0 Answers

Your Answer

Accepted video resources