OrderButton Widget
diagramo_order_button
is a customizable button widget for Flutter with options for text, colors, borders, and icons on both the left and right sides. This widget is flexible and can be used for various types of buttons in a Flutter application.
Features
- Customizable text and text style.
- Customizable background color.
- Option to add left and right icons with custom colors and sizes.
- Adjustable border and corner radius.
- Configurable width and height.
- Supports click action with
onTap
callback.
Installation
- Add the widget to your Flutter project.
- Import the widget in your Dart file:
import 'package:your_project_name/widgets/order_button.dart';