MEDialogVersion constructor

const MEDialogVersion({
  1. Key? key,
  2. bool isForcedUpdate = false,
  3. String title = "",
  4. Color color = const Color(0xFF0D4491),
})

Implementation

const MEDialogVersion({
  Key? key,
  this.isForcedUpdate = false,
  this.title = "",
  this.color = const Color(0xFF0D4491),
}) : super(key: key);