mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 18:24:29 +08:00
Polish
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user