Позволяет получить размеры окна приложения. MediaQuery.of(context).size
double width = MediaQuery.of(context).size.width;