menu
plotline_engage package
documentation
plotline.dart
PView
PView.new const constructor
PView.new const constructor
dark_mode
light_mode
PView
constructor
const
PView
(
{
Key
?
key
,
required
Widget
child
,
required
String
valueKey
,
})
Implementation
const PView({Key? key, required this.child, required this.valueKey}) : super(key: key);
plotline_engage package
documentation
plotline
PView
PView.new const constructor
PView class