customevetedbutton 0.0.4
customevetedbutton: ^0.0.4 copied to clipboard
A custom elevated button widget for Flutter. Users can customize it according to their needs.
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 #
CustomElevatedButton(
height: 58,
text: "lbl_view_e_pass".tr.toUpperCase(),
buttonTextStyle: TextStyle(color: Colors.white),
buttonStyle: ButtonStyle(),
onPressed: () {},
),
Additional information #
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.