HeaderWidget constructor

const HeaderWidget({
  1. Key? key,
  2. required String title,
  3. Alignment? alignment,
})

Implementation

const HeaderWidget({super.key, required this.title, this.alignment});