Compare commits
No commits in common. "69f27b2e69567e9d12d065a266f9218c610b7273" and "dc817797f3742cbf90aeafd4f83d0812158f9e05" have entirely different histories.
69f27b2e69
...
dc817797f3
@ -56,7 +56,6 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
Card(
|
||||
margin: EdgeInsets.all(0.0),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(constants.padding),
|
||||
child: Row(
|
||||
@ -89,7 +88,6 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
const SizedBox(height: constants.padding),
|
||||
if (_mountType.isNotEmpty)
|
||||
Card(
|
||||
margin: EdgeInsets.all(0.0),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(constants.padding),
|
||||
child: Column(
|
||||
@ -112,11 +110,9 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
),
|
||||
),
|
||||
),
|
||||
if (_mount != null) const SizedBox(height: constants.padding),
|
||||
if (_mount != null)
|
||||
Expanded(
|
||||
child: Card(
|
||||
margin: EdgeInsets.all(0.0),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(constants.padding),
|
||||
child: MountSettingsWidget(
|
||||
@ -128,7 +124,6 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
),
|
||||
),
|
||||
),
|
||||
if (_mount != null) const SizedBox(height: constants.padding),
|
||||
if (_mount != null)
|
||||
Builder(
|
||||
builder: (context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user