SimpleWebPage constructor

SimpleWebPage({
  1. Key? key,
  2. required String url,
  3. String? title,
})

简易的内置Web页面,由于Web端通过iFrame的形式实现,有些功能没有完善 url 网页地址 title appbar标题

Implementation

SimpleWebPage({super.key, required this.url, this.title});