arrow_decoration

Last updated:

0 purchases

arrow_decoration Image
arrow_decoration Images
Add to Cart

Description:

arrow decoration

Animated Path #
A Decoration that generates an arrow shape
Showcase #

Getting started #
import 'package:arrow_decoration/arrow_decoration.dart';
Usage #
Here is a minimalist example.
Container(
width: 200,
height: 200,
decoration: ArrowDecoration(
bgColor: Colors.pink,
lineColor: Colors.green,
lineWidth: 10,
borderRadius: BorderRadius.circular(10),
arrowSize: const Size(50, 50),
),
)
copied to clipboard
The library also provides ArrowClipper and arrowPath() for flexible use.
Check example for more.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.