ModernFormTextAndImageModel constructor

ModernFormTextAndImageModel({
  1. String? text = "",
  2. String? description = "",
  3. String? imageUrl = "",
})

Implementation

ModernFormTextAndImageModel({
  this.text = "",
  this.description = "",
  this.imageUrl = "",
});