demo_divider 0.0.1 copy "demo_divider: ^0.0.1" to clipboard
demo_divider: ^0.0.1 copied to clipboard

A custom divider

demo_diver #

The DemoDivider widget provides a simple wave divider that you can customize. Here are some usage examples:

  1. Using the default divider:
    // Horizontal divider
DemoDivider()
    // Vertical divider
    SizedBox(
      height: 200, 
      child: DemoDivider.vertical(),
    )

or a little bit of custom with:

    DemoDivider(
      thickness: 3,
      color: Colors.amber,
      waveHeight: 7,
      waveWidth: 14,
      isVertical: false,
    )

Support the Library #

You can support the library by liking it on pub, staring in on Github and reporting any bugs you encounter.

1
likes
130
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A custom divider

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on demo_divider