TUISelectionCardStyle constructor

TUISelectionCardStyle({
  1. required String title,
  2. List<String>? description,
  3. String footer = "",
})

Implementation

TUISelectionCardStyle({
  required this.title,
  this.description,
  this.footer = "",
});