fix: Removed overflow parameter and migrated to clipBehavior
This commit is contained in:
@@ -182,7 +182,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Stack(
|
child: Stack(
|
||||||
overflow: Overflow.visible,
|
clipBehavior: Clip.none,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
_buildBorder(context),
|
_buildBorder(context),
|
||||||
Column(
|
Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user