tabIndexSub property

String? get tabIndexSub

Implementation

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