BoxView constructor

BoxView(
  1. BoxModel model, {
  2. List<Widget>? children,
})

Implementation

BoxView(this.model, {this.children}) : super(key: ObjectKey(model));