RightLeftWidget constructor

const RightLeftWidget({
  1. Key? key,
  2. required Widget child,
  3. int? position,
  4. bool anim = true,
})

Implementation

const RightLeftWidget(
    {Key? key, required this.child, this.position, this.anim = true})
    : super(key: key);