IEasyDialog2 constructor

IEasyDialog2({
  1. Color color = Colors.black,
  2. required dynamic setPosition(
    1. double
    ),
  3. required dynamic getPosition(),
  4. required dynamic getBody(),
  5. Color backgroundColor = Colors.white,
  6. Color? fonColor,
  7. dynamic setPosition2(
    1. double,
    2. double
    )?,
  8. bool closeable = true,
  9. double? width,
})

Implementation

IEasyDialog2({this.color = Colors.black, required this.setPosition, required this.getPosition, required this.getBody,
  this.backgroundColor = Colors.white, this.fonColor, this.setPosition2, this.closeable = true, this.width
});