custom_clippers

Creator: coderz1093

Last updated:

Add to Cart

Description:

custom clippers

custom_clippers #
custom_clippers is a package that contains multiple custom clippers and different types of message clippers which you can give to clipper property of ClipPath.
Getting Started #
To use this package, add custom_clippers as a dependency in your pubspec.yaml file.
Add dependency #
dependencies:
custom_clippers: ^1.0.0
copied to clipboard
Import #
import 'package:custom_clippers/custom_clippers.dart';
copied to clipboard
Usage #
ClipPath(
clipper: MultiplePointsClipper(Sides.BOTTOM, heightOfPoint: 50),
child: Container(
height: 160,
padding: EdgeInsets.all(20),
color: Colors.red,
alignment: Alignment.center,
child: Text(
'Multiple Points Clipper Bottom Only',
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
),
),
),
copied to clipboard
Output #

Supported Clippers #

License

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

Customer Reviews

There are no reviews.