menu
xmrbi_base_design package
documentation
entity/WebInfo.dart
WebInfo
WebInfo.new constructor
WebInfo.new constructor
dark_mode
light_mode
WebInfo
constructor
WebInfo
(
String
key
, {
double
?
width
,
double
?
height
,
required
String
url
,
Map
<
String
,
dynamic
>
?
params
,
})
Implementation
WebInfo(this.key,{this.width,this.height,required this.url,this.params});
xmrbi_base_design package
documentation
entity/WebInfo
WebInfo
WebInfo.new constructor
WebInfo class