SpacingChildSize constructor

const SpacingChildSize([
  1. Object? key
])

Creates a child-size-based spacing unit.

If key is provided, references a specific child element. If key is null, references the default child.

Implementation

const SpacingChildSize([this.key]);