Polish
This commit is contained in:
parent
50d4bac794
commit
1a51d2e906
@ -160,7 +160,7 @@ class _Sizes {
|
|||||||
double get maxContentWidth1 => 800;
|
double get maxContentWidth1 => 800;
|
||||||
double get maxContentWidth2 => 600;
|
double get maxContentWidth2 => 600;
|
||||||
double get maxContentWidth3 => 500;
|
double get maxContentWidth3 => 500;
|
||||||
final Size minAppSize = Size(380, 675);
|
final Size minAppSize = Size(380, 380);
|
||||||
}
|
}
|
||||||
|
|
||||||
@immutable
|
@immutable
|
||||||
|
@ -24,7 +24,7 @@ class _BottomTextContent extends StatelessWidget {
|
|||||||
Column(
|
Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Gap($styles.insets.xl),
|
Gap($styles.insets.md),
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
IgnorePointer(
|
IgnorePointer(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user