##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,
);

Libraries

customheading