DatePageValueWithScrollActivity constructor

const DatePageValueWithScrollActivity(
  1. VisibleDateRange visibleRange,
  2. double page,
  3. DateScrollActivity activity
)

Implementation

const DatePageValueWithScrollActivity(
  super.visibleRange,
  super.page,
  this.activity,
);