getCollectionStyle<M, T> method
ManifoldContainerType
getCollectionStyle<M, T>({
- required ManifoldEditorScope<
M> scope, - required $AFld field,
- required Iterable<
T> ? value,
override
Implementation
@override
ManifoldContainerType getCollectionStyle<M, T>({
required ManifoldEditorScope<M> scope,
required $AFld<dynamic, dynamic> field,
required Iterable<T>? value,
}) {
return ManifoldContainerType.embed;
}