web_custom_components 0.0.1
web_custom_components: ^0.0.1 copied to clipboard
Web Inbuilt Components for your website.
web_components #
Web Inbuilt Components for your website.
Features #
- Customer Header
Getting started #
To use this package, add web_components as a dependency in your pubspec.yaml file.
Usage #
Minimal example:
HeaderWidget(
headerTitle: 'Home',
backgroundColor: Colors.black,
centerHeader: true,
headerStyle: TextStyle(color: Colors.white, fontSize: 33),
)