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

Allow setting left AND right edges #4

Open
RyanRamchandar opened this issue May 4, 2019 · 0 comments
Open

Allow setting left AND right edges #4

RyanRamchandar opened this issue May 4, 2019 · 0 comments

Comments

@RyanRamchandar
Copy link

RyanRamchandar commented May 4, 2019

For example a Point shape can have a pointed left and right edge be pointed.

Screen Shot 2019-05-04 at 4 35 54 PM

Sample

Point(
  triangleHeight: 30.0,
  edge: Edge.LEFT_AND_RIGHT,
  child: Container(
    color: Colors.orange,
    width: 100.0,
    height: 100.0,
    child: Center(child: Text('80')),
  ),
),
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