MaxSpacing constructor

const MaxSpacing(
  1. double mainAxisExtent, {
  2. Key? key,
  3. double? crossAxisExtent,
  4. Color? color,
})

Implementation

const MaxSpacing(
  this.mainAxisExtent, {
  Key? key,
  this.crossAxisExtent,
  this.color,
}) : super(key: key);