... build(BuildContext context) => Expanded( flex:1, child: FlatButton( onPressed: onPressed, child: child, color: color, ), ); } class ExpandedRow extends ...
確定! 回上一頁