change_size

This commit is contained in:
mohammad
2024-10-29 11:04:13 +03:00
parent 021f40b8b3
commit 70d8bae19d

View File

@ -359,7 +359,7 @@ class PowerClampBloc extends Bloc<PowerClampEvent, PowerClampState> {
context: context,
builder: (BuildContext context) {
return SizedBox(
height: 300,
height: MediaQuery.of(context).size.height * 0.4,
child: Column(
children: [
const Padding(
@ -463,7 +463,7 @@ class PowerClampBloc extends Bloc<PowerClampEvent, PowerClampState> {
context: context,
builder: (BuildContext context) {
return SizedBox(
height: 300,
height: MediaQuery.of(context).size.height * 0.4,
child: Column(
children: [
const Padding(
@ -536,7 +536,7 @@ class PowerClampBloc extends Bloc<PowerClampEvent, PowerClampState> {
context: context,
builder: (BuildContext context) {
return SizedBox(
height: 350,
height: MediaQuery.of(context).size.height * 0.4,
child: Column(
children: [
Expanded(