nextPagePassportShift property

dynamic get nextPagePassportShift

Implementation

Color? get nextPagePassportShift => _nextPagePassportShift;
set nextPagePassportShift (dynamic val)

Implementation

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