arc_clipper 0.1.0 copy "arc_clipper: ^0.1.0" to clipboard
arc_clipper: ^0.1.0 copied to clipboard

A new Flutter package with a customized arc drawing that draw arc in the top middle of widget

Features #

This packed is used to clip widget like container to have an arc in the top middle of it

Usage #

Wrap your widget with ClipWidget

ClipWidget(
space:90.0,
height:30.0,
child:Container(height:100,width:100,color:Colors.red,),
topChild:CircleAvatar(
radius: 32,
backgroundColor:Colors.green),
),

ScreenShots #

4
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package with a customized arc drawing that draw arc in the top middle of widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on arc_clipper