mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
Comment animation
This commit is contained in:
parent
47f1239d67
commit
2e3ada0eb3
@ -29,6 +29,16 @@ class _DebugPageState extends State<DebugPage> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
/*new Container(
|
||||
width: 150,
|
||||
height: 150,
|
||||
child: FlareActor(
|
||||
'assets/animations/MDLF_animation.flr',
|
||||
alignment: Alignment.center,
|
||||
fit: BoxFit.scaleDown,
|
||||
animation: 'Rotate',
|
||||
),
|
||||
),*/
|
||||
new Expanded(
|
||||
child: new ListView.separated
|
||||
(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user