RPChoice.withDetailText constructor

RPChoice.withDetailText(String _text, dynamic _value, String _detailText)

Constructor with the option to provide detailText

Implementation

RPChoice.withDetailText(this._text, this._value, this._detailText);