AboutSection constructor

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

Implementation

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