布尔控制器在动画容器内不起作用
创始人
2024-12-23 20:30:17
0

要解决布尔控制器在动画容器内不起作用的问题,可以尝试以下几种方法:

  1. 使用AnimationController控制动画:
AnimationController _controller;

@override
void initState() {
  super.initState();
  _controller = AnimationController(
    duration: const Duration(seconds: 1),
    vsync: this,
  );
}

@override
void dispose() {
  _controller.dispose();
  super.dispose();
}

void _startAnimation() {
  _controller.forward();
}

void _stopAnimation() {
  _controller.reset();
}

@override
Widget build(BuildContext context) {
  return Column(
    children: [
      AnimatedBuilder(
        animation: _controller,
        builder: (BuildContext context, Widget child) {
          return Container(
            height: _controller.value * 100,
            width: _controller.value * 100,
            color: Colors.blue,
          );
        },
      ),
      RaisedButton(
        onPressed: _startAnimation,
        child: Text('Start Animation'),
      ),
      RaisedButton(
        onPressed: _stopAnimation,
        child: Text('Stop Animation'),
      ),
    ],
  );
}
  1. 使用AnimatedContainer控制动画:
bool _isAnimating = false;

void _startAnimation() {
  setState(() {
    _isAnimating = true;
  });
}

void _stopAnimation() {
  setState(() {
    _isAnimating = false;
  });
}

@override
Widget build(BuildContext context) {
  return Column(
    children: [
      AnimatedContainer(
        duration: const Duration(seconds: 1),
        curve: Curves.easeIn,
        height: _isAnimating ? 100 : 0,
        width: _isAnimating ? 100 : 0,
        color: Colors.blue,
      ),
      RaisedButton(
        onPressed: _startAnimation,
        child: Text('Start Animation'),
      ),
      RaisedButton(
        onPressed: _stopAnimation,
        child: Text('Stop Animation'),
      ),
    ],
  );
}

在上述示例中,布尔控制器 _isAnimating 用来决定是否执行动画。通过点击按钮来改变 _isAnimating 的值,从而控制动画的开始和停止。

这些示例代码可以在Flutter中使用,用于解决布尔控制器在动画容器内不起作用的问题。

相关内容

热门资讯

八分钟了解!一起宁德游戏钓蟹输... 八分钟了解!一起宁德游戏钓蟹输赢规律,白金岛跑得快辅助工具,黑科技教程(有挂脚本)小薇(透视辅助)致...
8分钟了解!衡阳丫丫字牌外 挂... 8分钟了解!衡阳丫丫字牌外 挂,拱趴大菠萝切牌规律,wpk教程(有挂普及)1、完成拱趴大菠萝切牌规律...
八分钟了解!广西跑得快助赢神器... 八分钟了解!广西跑得快助赢神器购买,赣牌圈开挂是真的吗,AA德州教程(有挂方法);1、超多福利:超高...
一分钟了解!大凉山生活号跑得快... 一分钟了解!大凉山生活号跑得快有挂吗,哈局十三张安卓辅助,玩家教你(有挂教学)在进入大凉山生活号跑得...
六分钟了解!闽悦麻将是不是有挂... 六分钟了解!闽悦麻将是不是有挂,花花生活圈怎么老是输,教你攻略(有挂工具)花花生活圈怎么老是输辅助器...
一分钟了解!小程序的雀神麻将怎... 一分钟了解!小程序的雀神麻将怎么玩才会赢,中至窝龙如何提高自己的胜率,专业教程(有挂神器)1、在小程...
3分钟了解!皮皮斗地主外 挂,... 3分钟了解!皮皮斗地主外 挂,兴动棋牌麻将有挂吗,解密教程(有挂插件)兴动棋牌麻将有挂吗辅助器中分为...
七分钟了解!胡乐辅助器免费版,... 七分钟了解!胡乐辅助器免费版,掌心圈麻将有挂是真的吗,详细教程(有挂解说)一、掌心圈麻将有挂是真的吗...
8分钟了解!随意玩拼三张能破解... 8分钟了解!随意玩拼三张能破解吗,中至麻将发牌规律,攻略方法(有挂科普)1、玩家可以在随意玩拼三张能...
二分钟了解!蜂娱棋牌2有挂吗,... 二分钟了解!蜂娱棋牌2有挂吗,拱趴十三水输赢规律,德州教程(有挂辅助)1.拱趴十三水输赢规律 ai辅...