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:56 (UTC +05:30)
View GitHub Profile
@mkiisoft
mkiisoft / Fancy Button - Flutter
Created June 22, 2019 03:44
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,