BoxChildLayout constructor

BoxChildLayout(
  1. Box box
)

Creates a child layout adapter for the given box.

Implementation

BoxChildLayout(this.box);