SpaceNameWidget constructor

const SpaceNameWidget({
  1. dynamic key,
  2. required String spaceId,
  3. bool isShowBrackets = true,
})

Implementation

const SpaceNameWidget({
  super.key,
  required this.spaceId,
  this.isShowBrackets = true,
});