bindView method

Widget bindView(
  1. Widget view
)

Implementation

Widget bindView(Widget view) {
  return attr.view = view;
}