MAnimateLeftToRight constructor

const MAnimateLeftToRight({
  1. required bool visible,
  2. required Widget child,
  3. bool containReverse = true,
  4. Key? key,
})

Implementation

const MAnimateLeftToRight({
  required this.visible,
  required this.child,
  this.containReverse = true,
  super.key,
});