getSubObjectStyle<M, O> abstract method

ManifoldContainerType getSubObjectStyle<M, O>({
  1. required ManifoldEditorScope<M> scope,
  2. required $AFld field,
  3. required O? value,
})

Implementation

ManifoldContainerType getSubObjectStyle<M, O>({
  required ManifoldEditorScope<M> scope,
  required $AFld field,
  required O? value,
});