customheading 0.0.3 copy "customheading: ^0.0.3" to clipboard
customheading: ^0.0.3 copied to clipboard

It provide a page with heading and content with the help row and column.

##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,
);
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

It provide a page with heading and content with the help row and column.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on customheading