RPStep.withTitle constructor

RPStep.withTitle(String _identifier, { String _title, { bool optional })

Returns a step object with the given title. Different types of Steps are using the title text differently.

Implementation

RPStep.withTitle(this._identifier, this._title, {this.optional});