bottomBarSelectedIndex property

  1. @JsonKey.new(defaultValue: 0)
int get bottomBarSelectedIndex
inherited

Implementation

@JsonKey(name: 'primary') List<NavigationItem>? get primaryActions;@JsonKey(name: 'secondary') List<NavigationItem>? get secondaryActions;@JsonKey(defaultValue: -1) int get drawerSelectedIndex;@JsonKey(defaultValue: 0) int get bottomBarSelectedIndex;