ButtonView constructor

ButtonView(
  1. ButtonModel model, {
  2. Widget? child,
})

Implementation

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