SliverGutter constructor

const SliverGutter([
  1. double? extent,
  2. Key? key
])

Implementation

const SliverGutter([
  this.extent,
  Key? key,
]) : super(key: key);