forked from Nexus/nexus
add wip deregistering
This commit is contained in:
parent
0122feae1d
commit
129f0794f2
7 changed files with 113 additions and 40 deletions
|
|
@ -39,7 +39,7 @@ final class const Appbar({
|
|||
: (_) => windowManager.startDragging(),
|
||||
),
|
||||
child: AppBar(
|
||||
leading: InkWell(onTap: onTap, child: leading),
|
||||
leading: leading == null ? null : InkWell(onTap: onTap, child: leading),
|
||||
backgroundColor: backgroundColor,
|
||||
scrolledUnderElevation: scrolledUnderElevation,
|
||||
actionsPadding: const .symmetric(horizontal: 8),
|
||||
|
|
|
|||
Loading…
Reference in a new issue