ez_button 0.0.2 ez_button: ^0.0.2 copied to clipboard
A simple button package to make development easy
EZ Button #
EZ Button package lets you add custom buttons to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
ez_button: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:ezbutton/ezbutton.dart';
Example #
There are a number of properties that you can modify:
- buttonName
- buttonHeight
- elevation
- textFontSize
- buttonColor
- padding
- onTap
- roundedCorners
- borderRadius
|