MySpacesSection constructor

const MySpacesSection({
  1. dynamic key,
  2. int? limit,
})

Implementation

const MySpacesSection({super.key, this.limit});