customheading

Creator: coderz1093

Last updated:

0 purchases

customheading Image
customheading Images

Languages

Categories

Add to Cart

Description:

customheading

##About
![](C:/Users/bhagc/OneDrive/Desktop/WhatsApp Image 2023-01-04 at 3.26.25 PM.jpeg)
Usage #
To use this plugin, add about as a dependency in your pubspec.yaml file.
`
Example #
HeadingAndContent(
boxColor: Colors.black,
color: CustomColors.orange,
rowMainAxisAlignment: MainAxisAlignment.spaceBetween,
row: [
BigText(
"Wallet Balance",
),
FaIcon(
FontAwesomeIcons.wallet,
size: bigIcon,
color: Colors.black,
)
],
column: [
SizedBox(
height: 10,
),
BigText(
amount,
textAlign: TextAlign.center,
),
SizedBox(
height: 10,
),
],
),
SizedBox(
height: 20,
);
copied to clipboard

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.