ScreenParams constructor

const ScreenParams({
  1. Size? singleAspectRatioSize,
  2. TailColumnExpand? tailColumnExpand,
  3. RCPair? rowColumn,
  4. FocusPageMode? focusPageMode,
})

Implementation

const ScreenParams({this.singleAspectRatioSize, this.tailColumnExpand, this.rowColumn, this.focusPageMode});