@override Widget build(BuildContext context) { final Size size = MediaQuery.of(context).size; // sizeを使って何かする return new Container( ...
確定! 回上一頁