some indentation fixes in event renderer
This commit is contained in:
parent
5c6cc1d584
commit
922c624d4e
1 changed files with 12 additions and 12 deletions
|
|
@ -435,7 +435,7 @@ class EventRenderer extends ConsumerWidget {
|
|||
? textOnly
|
||||
? Text("Unknown event type", style: errorStyle)
|
||||
: SizedBox.shrink()
|
||||
: textOnly
|
||||
: (textOnly
|
||||
? child
|
||||
: GestureDetector(
|
||||
onSecondaryTapUp: contextMenuCallback,
|
||||
|
|
@ -446,6 +446,6 @@ class EventRenderer extends ConsumerWidget {
|
|||
: EdgeInsets.symmetric(vertical: 8),
|
||||
child: child,
|
||||
),
|
||||
);
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue