nextPagePassportShift property
Implementation
Color? get nextPagePassportShift => _nextPagePassportShift;
Implementation
set nextPagePassportShift(Color? val) {
_nextPagePassportShift = val;
_set({"nextPagePassportShift": _intFromColor(val)});
}