changeDesignSize static method

void changeDesignSize(
  1. double width,
  2. double height
)

Implementation

static void changeDesignSize(double width, double height) => _instance = Screen._(width: width, height: height);