SimpleButton constructor

SimpleButton(
  1. String _title,
  2. Color _color
)

Implementation

SimpleButton(this._title, this._color);