LinearNavigationWidget constructor

const LinearNavigationWidget({
  1. Key? key,
  2. required CircleBnbController controller,
})

Implementation

const LinearNavigationWidget({super.key, required this.controller});