Pinned.fromPins constructor
Positions and sizes a single child based on settings defined in horizontal and vertical Pin instances. See the Pin documentation for details.
Implementation
Pinned.fromPins(this.hPin, this.vPin, {required Widget child, Key? key})
: super(key: key, child: child);