fix: Design gltich with floating cancel button over textfield
This commit is contained in:
parent
667908f012
commit
a1052c2b74
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ class ReplyDisplay extends StatelessWidget {
|
|||
height: controller.editEvent != null || controller.replyEvent != null
|
||||
? 56
|
||||
: 0,
|
||||
clipBehavior: Clip.hardEdge,
|
||||
decoration: const BoxDecoration(),
|
||||
child: Material(
|
||||
color: Theme.of(context).secondaryHeaderColor,
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue