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

postFilledWidget parameter feature #153

Open
mg3994 opened this issue Nov 4, 2023 · 0 comments
Open

postFilledWidget parameter feature #153

mg3994 opened this issue Nov 4, 2023 · 0 comments

Comments

@mg3994
Copy link

mg3994 commented Nov 4, 2023

Is your feature request related to a problem? Please describe.
I was Trying to add a small Grey Colored bar at bottom like =>

Column( //like preFilledWidget
      mainAxisAlignment: MainAxisAlignment.end,
      children: [
        Container(
          width: 56,
          height: 3,
          decoration: BoxDecoration(
            color: Colors.grey[100],
            borderRadius: BorderRadius.circular(8),
          ),
        ),
      ],
    )

with the help of submittedPinTheme but , but i doesn't found any method to do so

Describe the solution you'd like
Add a Extra Parameter for postFilledWidget , so that we can align a bar at bottom even after submitted Pin Field / ...many more

Describe alternatives you've considered
or else you can change the Data type of BoxDecoration? decoration, in PinTheme

Additional context
None

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

1 participant