wave_divider 0.0.1
wave_divider: ^0.0.1 copied to clipboard
A simple wavy divider package.
wave_divider #
A simple wave divider widget for Flutter.

Usage #
The WaveDivider widget provides a simple wave divider that you can customize. Here are some usage examples:
- Using the default divider:
WaveDivider()
or a little bit of custom with:
WaveDivider(
thickness: 3,
color: Colors.amber,
waveHeight: 7,
waveWidth: 14,
)
Support the Library #
You can support the library by liking it on pub, staring in on Github and reporting any bugs you encounter.