Skip to content

Allow setting left AND right edges #4

@RyanRamchandar

Description

@RyanRamchandar

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')),
  ),
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions