Widget build(BuildContext context) { return Container( width: width, height: height, color: color, child: Center( child: Text( text, style: TextStyle( ...
確定! 回上一頁