CollapsedContent constructor
CollapsedContent(
- bool expanded,
- AtClientImpl? atClientInstance, {
- Key? key,
- LocationNotificationModel? userListenerKeyword,
- required String? currentAtSign,
Implementation
CollapsedContent(this.expanded, this.atClientInstance,
{Key? key, this.userListenerKeyword, required this.currentAtSign});