AppScreenSizeState constructor

const AppScreenSizeState({
  1. required Size screenSize,
})

Implementation

const AppScreenSizeState({
  required this.screenSize,
});