tabIndexSub property

String? tabIndexSub

Implementation

String? get tabIndexSub => tabIndexNum == null ? null : '${tabIndexNum! - 1}';