LayoutSize constructor

const LayoutSize({
  1. required Size size,
  2. required bool hasPreAction,
  3. required bool hasPostAction,
  4. required Axis axis,
  5. required double maxSlideThreshold,
})

Implementation

const LayoutSize({
  required this.size,
  required this.hasPreAction,
  required this.hasPostAction,
  required this.axis,
  required this.maxSlideThreshold,
});