Skip to content

Instantly share code, notes, and snippets.

View kishan-dhankecha's full-sized avatar
🐢
Might be slow to respond!

Kishan Dhankecha kishan-dhankecha

🐢
Might be slow to respond!
  • Gujarat, India.
  • 17:25 (UTC +05:30)
View GitHub Profile
@kishan-dhankecha
kishan-dhankecha / Fancy Button - Flutter
Created August 26, 2022 06:33 — forked from mkiisoft/Fancy Button - Flutter
Fancy Button made for Flutter Games and Apps
import 'package:flutter/material.dart';
class FancyButton extends StatefulWidget {
const FancyButton({
Key key,
@required this.child,
@required this.size,
@required this.color,
this.duration = const Duration(milliseconds: 160),
this.onPressed,