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
|
height: controller.editEvent != null || controller.replyEvent != null
|
||||||
? 56
|
? 56
|
||||||
: 0,
|
: 0,
|
||||||
|
clipBehavior: Clip.hardEdge,
|
||||||
|
decoration: const BoxDecoration(),
|
||||||
child: Material(
|
child: Material(
|
||||||
color: Theme.of(context).secondaryHeaderColor,
|
color: Theme.of(context).secondaryHeaderColor,
|
||||||
child: Row(
|
child: Row(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue