custom_clippers library

Classes

DiagonalRoundedEdgesMessageClipper
DiagonalRoundedEdgesMessageClipper is the clipper which extends the CustomClipper and clips the container's two corners based on message type.
DirectionalWaveClipper
DirectionalWaveClipper is the clipper which extends the CustomClipper and clips the container in the shape of the wave.
LowerNipMessageClipper
LowerNipMessageClipper is the clipper which extends the CustomClipper and clips the container's all four corners but one of the bottom corners is nipped.
MultiplePointsClipper
MultiplePointsClipper is the clipper which extends the CustomClipper and clips the edge of the container in zig-zag shape.
MultipleRoundedPointsClipper
MultipleRoundedPointsClipper is the clipper which extends the CustomClipper and clips the edge of the container in circular points shape.
SinCosineWaveClipper
SinCosineWaveClipper is the clipper which extends the CustomClipper and clips the container in the shape of the sine cosine wave.
ThreeRoundedEdgesMessageClipper
TicketPassClipper
TicketPassClipper is the clipper which extends the CustomClipper and clips the container in the shape of ticket or pass.
UpperNipMessageClipper
UpperNipMessageClipper is the clipper which extends the CustomClipper and clips the container's all four corners but one of the top corners is nipped.
UpperNipMessageClipperTwo
UpperNipMessageClipperTwo is the clipper which extends the CustomClipper and clips the container's all four corners but one of the top corners is nipped.

Enums

HorizontalPosition
HorizontalPosition is the enum which has two values and tells about the horizontal position. HorizontalPosition.left is for the left side. HorizontalPosition.right is for the right side.
MessageType
MessageType is the enum has two values and tells about the type of the message. MessageType.send is when the message is sent by you. MessageType.receive is when the message is received by you.
Sides
Sides is the enum which has two values and tells about the side. Sides.bottom is for the bottom side. Sides.vertical is for the bottom and top sides.
VerticalPosition
VerticalPosition is the enum which has two values and tells about the vertical position. VerticalPosition.top is for the top side. VerticalPosition.bottom is for the bottom side.