PromoEntryRowElement constructor

const PromoEntryRowElement(
  1. {Key key,
  2. @required String text}
)

Implementation

const PromoEntryRowElement({Key key, @required this.text}) : super(key: key);