Einstellungen ausgestalten #153
@@ -59,14 +59,6 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
color: CustomTheme.primaryColor.withGreen(40),
|
color: CustomTheme.primaryColor.withGreen(40),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
/* Container(
|
|
||||||
padding: const EdgeInsets.all(8),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: CustomTheme.primaryColor,
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
),
|
|
||||||
child: Icon(icon, size: 24),
|
|
||||||
),*/
|
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
|
flixcoo marked this conversation as resolved
Outdated
|
|||||||
Text(title, style: const TextStyle(fontSize: 18)),
|
Text(title, style: const TextStyle(fontSize: 18)),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user
hier container irgendwie bisschen kleiner?

finde das wirkt so überdimensioniert
bei licenses tile, steht ja wenigstens noch viel drin