ButtonLayout16 constructor Null safety

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

Implementation

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