menu
sandboxed package
documentation
inspector/params_editor.dart
ParamEditorCell
ParamEditorCell.new const constructor
ParamEditorCell.new const constructor
dark_mode
light_mode
ParamEditorCell
constructor
const
ParamEditorCell
(
{
Key
?
key
,
required
String
id
,
required
dynamic
param
,
})
Implementation
const ParamEditorCell({ super.key, required this.id, required this.param, });
sandboxed package
documentation
inspector/params_editor
ParamEditorCell
ParamEditorCell.new const constructor
ParamEditorCell class