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

Vertical / horizontal Indicator #4

Closed
florent37 opened this issue Feb 21, 2020 · 0 comments
Closed

Vertical / horizontal Indicator #4

florent37 opened this issue Feb 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@florent37
Copy link
Member

florent37 commented Feb 21, 2020

Capture d’écran 2020-02-21 à 11 06 18

Only handle EMBOSS here

NeumortphicVerticalIndicator(
      height: 200,
      width: 50,
      accent: Color(0xAAAAAA)
      style: //TODO,
      percent: 0.2 // 0 <= percent <= 1
)
NeumortphicHorizontalndicator(
      height: 50,
      width: 200,
      accent: Color(0xAAAAAA)
      style: //TODO
      percent: 0.2 // 0 <= percent <= 1
)

proposal :

NeumortphicIndicator(
      height: 50,
      width: 200,
      orientation: horizontal / vertical
      accent: Color(0xAAAAAA)
      percent: 0.2 // 0 <= percent <= 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Widgets
  
Done
Development

No branches or pull requests

2 participants