CollapsedContent constructor

CollapsedContent(
  1. bool expanded,
  2. AtClient? atClientInstance, {
  3. Key? key,
  4. LocationNotificationModel? userListenerKeyword,
  5. required String? currentAtSign,
})

Implementation

CollapsedContent(this.expanded, this.atClientInstance,
    {Key? key, this.userListenerKeyword, required this.currentAtSign})
    : super(key: key);