0 purchases
border blur
border_blur #
create border blur without center area
Params #
Border Radius
Padding
Blur value
Usage #
Container(
width: 500,
height: 300,
child: BorderBlur(
blur: 2.0,
padding: 30.0,
radius: radius,
),
)
demo #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.