Add animation to opacity
This commit is contained in:
parent
1362f5e227
commit
46ce25ded5
|
@ -126,7 +126,8 @@ class Message extends StatelessWidget {
|
|||
}
|
||||
},
|
||||
itemBuilder: (BuildContext context) => popupMenuList,
|
||||
child: Opacity(
|
||||
child: AnimatedOpacity(
|
||||
duration: Duration(milliseconds: 500),
|
||||
opacity: event.status == 0 ? 0.5 : 1,
|
||||
child: Bubble(
|
||||
elevation: 0,
|
||||
|
|
|
@ -110,8 +110,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: bc2ca9749cfcc0506c59f97f4ae4987f0e84fbf4
|
||||
resolved-ref: bc2ca9749cfcc0506c59f97f4ae4987f0e84fbf4
|
||||
ref: "2545995bbe96a1d96fe176ab666f4dd03d591aa6"
|
||||
resolved-ref: "2545995bbe96a1d96fe176ab666f4dd03d591aa6"
|
||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
|
Loading…
Reference in a new issue