IconAndTextBox constructor

IconAndTextBox(
  1. String _title,
  2. String _imgPath
)

Implementation

IconAndTextBox(this._title, this._imgPath);