SubSpacesPage constructor

const SubSpacesPage({
  1. dynamic key,
  2. required String spaceId,
})

Implementation

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