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!

Libraries

custom_header