extendsStyle method

PageInfo extendsStyle(
  1. PageInfo style
)

Implementation

PageInfo extendsStyle(PageInfo style) {
  return PageInfo(
    gapmMM: this.gapmMM ?? style.gapmMM,
    gapnMM: this.gapnMM ?? style.gapnMM,
    pageCount: this.pageCount ?? style.pageCount,
  );
}