Skip to content

Instantly share code, notes, and snippets.

View HananoshikaYomaru's full-sized avatar
:shipit:
Stay focus

Hananoshika Yomaru HananoshikaYomaru

:shipit:
Stay focus
View GitHub Profile
import 'package:flutter/material.dart';
@immutable
class ClipShadowPath extends StatelessWidget {
final Shadow shadow;
final CustomClipper<Path> clipper;
final Widget child;
ClipShadowPath({
@required this.shadow,