Button
Displays an Add to Cart button featuring loading and disabled states.
Component source </>Installation
To install with Mason CLI, run the following:
mason make flex_ui --component flex_button
To install manually, copy and paste the component source files linked at the top of this page into your Flutter project.
Examples
Default
FlexButton( title: 'Add to Cart' onPressed: () {},)