v2.0.4custom_clippers
custom_clippers는 ClipPath의 clipper 속성에 지정할 수 있는 여러 사용자 정의 클리퍼 및 다양한 유형의 메시지 클리퍼를 포함하는 패키지입니다.
111좋아요 78030일 다운로드160Pub 점수
AndroidiOSWebmacOSWindowsLinux
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