VxScrollHorizontal constructor

const VxScrollHorizontal({
  1. Key? key,
  2. ScrollController? controller,
  3. ScrollPhysics? physics,
  4. EdgeInsetsGeometry? padding,
  5. Widget? child,
})

Implementation

const VxScrollHorizontal({
  super.key,
  this.controller,
  this.physics,
  this.padding,
  this.child,
});