body: Card( margin: const EdgeInsets.all(50.0), child: Container( margin: const EdgeInsets.all(10.0), width: 300, height: 100, child: Text( 'Card', ...
確定! 回上一頁