tabIndexAdd property

String? tabIndexAdd

Implementation

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