Skip to content

Instantly share code, notes, and snippets.

View Aviral-Gupta101's full-sized avatar
:octocat:
Focusing

Aviral Gupta Aviral-Gupta101

:octocat:
Focusing
  • Greater Noida
  • 15:31 (UTC +05:30)
View GitHub Profile
@happyharis
happyharis / ClipShadowPath.dart
Last active April 11, 2023 04:01 — forked from coman3/ClipShadowPath.dart
ClipShadowPath with BoxShadow params
import 'package:flutter/material.dart';
@immutable
class ClipShadowPath extends StatelessWidget {
final BoxShadow shadow;
final CustomClipper<Path> clipper;
final Widget child;
ClipShadowPath({
@required this.shadow,