common_button

Creator: coderz1093

Last updated:

0 purchases

common_button Image
common_button Images

Languages

Categories

Add to Cart

Description:

common button

A Flutter custom common button that frequently use in flutter project.
Features #

common_button

How to use it.
parameters



How to use it. #
common_button #
the default effects is Icons.favorite #
CommonButton(),
// give some parameter
copied to clipboard
how-to-use-it #
and you can also define custom use.
CommonButton(
onPress: _incrementCounter,
text: "Counter",
textAlign: Alignment.center,
tColor: Colors.white,
bgColor: Colors.orange,
isIcon: false,
customShape: 1,
),
copied to clipboard
parameters #



parameter
description
default




customShape
1 StadiumBorder,2 RoundedRectangleBorder, 3 CircleBorder
StadiumBorder


bgColor
animation duration to change isLiked state



tColor
text color



isIcon
icon enable for true

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.