ExternalUrlViewer constructor

const ExternalUrlViewer({
  1. required String url,
  2. bool showTopDivider = true,
  3. bool showBottomDivider = false,
  4. Key? key,
})

Implementation

const ExternalUrlViewer({required this.url, this.showTopDivider = true, this.showBottomDivider = false, super.key});