JSON Import für Testdaten & Funktion zum Löschen aller Daten #33
@@ -21,16 +21,16 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
child: Center(
|
child: Center(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: MediaQuery.of(context).size.width * 0.95,
|
width: MediaQuery.of(context).size.width * 0.95,
|
||||||
child: Container(
|
child: GestureDetector(
|
||||||
margin: EdgeInsets.zero,
|
onTap: onPressed ?? () {},
|
||||||
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 14),
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
margin: EdgeInsets.zero,
|
||||||
color: CustomTheme.boxColor,
|
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 14),
|
||||||
border: Border.all(color: CustomTheme.boxBorder),
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(12),
|
color: CustomTheme.boxColor,
|
||||||
),
|
border: Border.all(color: CustomTheme.boxBorder),
|
||||||
child: GestureDetector(
|
borderRadius: BorderRadius.circular(12),
|
||||||
onTap: onPressed ?? () {},
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user