menu
dynamic package
documentation
dynamic.dart
XView
XView constructor
XView constructor
dark_mode
light_mode
XView
constructor
XView
(
{
required
String
key
,
required
String
type
,
})
Implementation
XView({required String key, required String type}) { this.key = key; this.type = type; }
dynamic package
documentation
dynamic
XView
XView constructor
XView class