HeaderStyle.normal constructor

HeaderStyle.normal()

Implementation

factory HeaderStyle.normal() {
  return HeaderStyle(headerTitleTextStyle: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold), leftChevron: const Icon(Icons.arrow_left), rightChevron: const Icon(Icons.arrow_right));
}