returnReadDataCard method

Widget returnReadDataCard()

A function that should return a read-only data card

Implementation

Widget returnReadDataCard() {
  throw ('Should be overriden by the child data detail card.');
}