v2.0.4custom_clippers
custom_clippers एक पैकेज है जिसमें कई कस्टम क्लिपर और विभिन्न प्रकार के संदेश क्लिपर शामिल हैं, जिन्हें आप ClipPath के clipper गुण में दे सकते हैं।
custom_clippers एक पैकेज है जिसमें कई कस्टम क्लिपर और विभिन्न प्रकार के संदेश क्लिपर शामिल हैं, जिन्हें आप ClipPath के clipper गुण में दे सकते हैं।
{"sdk":"flutter"}{"sdk":"flutter"}^5.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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.
To use this package, add custom_clippers as a dependency in your pubspec.yaml file.
dependencies:
custom_clippers: ^2.0.4
import 'package:custom_clippers/custom_clippers.dart';
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),
),
),
),
custom_clipper
custom_clipper1 custom_clipper2 custom_clipper3 custom_clipper4 custom_clipper5 custom_clipper6