customevetedbutton 0.0.1
customevetedbutton: ^0.0.1 copied to clipboard
A custom elevated button widget for Flutter. Users can customize it according to their needs.
TODO: User can direct style edit and manage buttons through this pkg.
Features #
It is a custom elevted button users can use it to crate elevted buttons easily and modify it according to his need contribute in this pkg fork and update it.
Usage #
TODO: Sample CustomElevatedButton( height: 58, text: "lbl_view_e_pass".tr.toUpperCase(), buttonTextStyle: TextStyle(color: Colors.white), buttonStyle: CustomButtonStyles.outlinePrimary, onPressed: () { onTapViewEPass(context); }, ),
const like = 'sample';
Additional information #
TODO: It is a custom elevted button users can use it to crate elevted buttons easily and modify it according to his need contribute in this pkg fork and update it.