imujtaba8488 / package_im_stepper

A growing collection of beautiful, easy to use, stepper and page indicator widgets.
https://pub.dev/packages/im_stepper
BSD 3-Clause "New" or "Revised" License
148 stars 66 forks source link

How to add space between the line-connector and the fixed-dot? #32

Closed SittiphanSittisak closed 2 years ago

SittiphanSittisak commented 2 years ago

Now, I created the stepper like this below. image

But my work looks like this below. image

I think the DotStepper has the property that should create.

  1. The gap between the line connector and the fixed dot creates space.

Like this:

Row(
  children: [
    SizedBox(width: gap),
    lineConnectorWidget(),
    SizedBox(width: gap),
  ],
),
imujtaba8488 commented 2 years ago

Line padding has been added. However, is not yet available on pub.dev. Please use ref to this repo directly in your code.