SliverSize constructor

const SliverSize(
  1. double width,
  2. double height,
  3. Axis axis
)

Creates a size with a width, height, and axis.

Implementation

const SliverSize(super.width, super.height, this.axis);