tabIndexAdd property

String? get tabIndexAdd

Implementation

String? get tabIndexAdd => tabIndexNum == null ? null : '${tabIndexNum! + 1}';