This commit is contained in:
Fabian Freund
2026-06-12 06:00:10 +02:00
parent 2d13c1b065
commit 0540618bbf
19 changed files with 100 additions and 142 deletions
@@ -78,10 +78,7 @@ class _GestureActionPicker extends StatelessWidget {
padding: const EdgeInsets.fromLTRB(24, 0, 24, 8),
child: Align(
alignment: Alignment.centerLeft,
child: Text(
'Choose action',
style: theme.textTheme.titleLarge,
),
child: Text('Choose action', style: theme.textTheme.titleLarge),
),
),
Expanded(
@@ -65,11 +65,7 @@ class GestureStrokeView extends StatelessWidget {
if (showQualifiers) ...[
Padding(
padding: const EdgeInsets.only(right: 6),
child: Icon(
stroke.startPosition.icon,
size: 18,
color: foreground,
),
child: Icon(stroke.startPosition.icon, size: 18, color: foreground),
),
Padding(
padding: const EdgeInsets.only(right: 6),