ScreenHeight constructor

ScreenHeight({
  1. double initialHeight = 0,
  2. double smallSize = 500,
})

Implementation

ScreenHeight({this.initialHeight = 0, this.smallSize = 500});