attachController method

  1. @override
ImageLayoutController<T> attachController(
  1. ImageLayoutController<T> controller
)
override

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,
  );
}