LayoutModel constructor

LayoutModel({
  1. String? layoutType,
  2. int? cardShadowOpacity,
  3. int? cardRoundedSize,
  4. String? buttonColor,
  5. String? buttonTextColor,
  6. int? buttonRoundedSize,
  7. int? buttonShadow,
})

Implementation

LayoutModel({
  this.layoutType,
  this.cardShadowOpacity,
  this.cardRoundedSize,
  this.buttonColor,
  this.buttonTextColor,
  this.buttonRoundedSize,
  this.buttonShadow,
});