PositionChildSize constructor

const PositionChildSize([
  1. Object? key
])

Creates a child size position unit.

If key is null, uses the size of the current child being positioned. If key is provided, looks up the child with that key.

Implementation

const PositionChildSize([this.key]);