menu
dartian package
documentation
view.dart
View
View.new constructor
View.new constructor
dark_mode
light_mode
View
constructor
View
(
{
required
String
templatePath
,
required
Map
<
String
,
dynamic
>
data
,
String
?
layout
,
})
Implementation
View({ required this.templatePath, required this.data, this.layout, });
dartian package
documentation
view
View
View.new constructor
View class