WebWrap constructor

const WebWrap({
  1. required String title,
  2. Key? key,
})

Implementation

const WebWrap({required this.title, Key? key}) : super(key: key);