ButtonLayout15 constructor Null safety

ButtonLayout15(
  1. ButtonFactory factory,
  2. double _totalButtonHeight,
  3. double _buttonHeight
)

Implementation

ButtonLayout15(this.factory, this._totalButtonHeight, this._buttonHeight);