WebAppBar constructor

const WebAppBar({
  1. required String title,
  2. List<Widget>? actions,
  3. Key? key,
})

Implementation

const WebAppBar({required this.title, this.actions, super.key});