activeSheetId property

String? get activeSheetId

Gets the ID of the currently active sheet (if any)

Implementation

static String? get activeSheetId => _sheetController.state?.uniqueId;