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

Help me understand how I can contribute. #73

Closed
AfricanDev opened this issue Sep 29, 2021 · 2 comments
Closed

Help me understand how I can contribute. #73

AfricanDev opened this issue Sep 29, 2021 · 2 comments

Comments

@AfricanDev
Copy link

AfricanDev commented Sep 29, 2021

There is a small thing I need to change, make it dynamic, I want to change the border-radius so the value can be given by a user, see attached image, can you help me know how I can do it, this can help me starting to know where I can find things in the project.
Capture

see the border-radius near the left compact menu! @bdlukaa Thank you for your good work.

@tobiasht
Copy link
Contributor

It is already adjustable. You can define it NavigationView -> contentShape. Atm it is set to kDefaultContentClipper:

const ShapeBorder kDefaultContentClipper = RoundedRectangleBorder(
  side: BorderSide(width: 0.8, color: Colors.black),
  borderRadius: BorderRadius.only(
    topLeft: Radius.circular(8.0),
  ),
);

@bdlukaa
Copy link
Owner

bdlukaa commented Oct 12, 2021

This can be closed then.

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

3 participants