custom_header 0.0.4
custom_header: ^0.0.4 copied to clipboard
A new Flutter package for custom headers
custom_header #
A new Flutter package for custom headers
Features #
- Add your custom header with different values.
Example #
Here is a basic usage example of the CustomHeader widget:
import 'package:custom_header/custom_header.dart';
customHeader(
title: 'Welcome',
backgroundColor: Colors.blue,
textColor: Colors.white,
)
## Additional information
More features and customization options coming soon!