attachController method
Implementation
@override
ImageLayoutController<T> attachController(
ImageLayoutController<T> controller,
) {
return controller.fromView(
this,
frameRatio: frameRatio,
frameBuilder: frameRatioBuilder,
itemBackground: itemBackground,
itemSpace: itemSpace,
itemType: itemType,
items: items,
placeholder: placeholder,
placeholderType: placeholderType,
);
}