FaqCard constructor

FaqCard(
  1. {String question,
  2. String answer}
)

Constructor

Implementation

FaqCard({this.question, this.answer});