PinsListPage constructor

const PinsListPage({
  1. dynamic key,
  2. String? spaceId,
})

Implementation

const PinsListPage({
  super.key,
  this.spaceId,
});