BoxView constructor

BoxView(
  1. BoxModel model, {
  2. Widget? child,
})

Implementation

BoxView(this.model, {this.child});