ternary operator vs [collection if].first?

后端 未结 0 724
半阙折子戏
半阙折子戏 2021-01-18 02:04

any advantages of using this syntax :

ColoredBox(
    color: isValid ? Colors.green : Colors.red,
);

instead of this ?

Colored         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题