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.