プログレスバー 直線 SizedBox( width: 300, child: LinearProgressIndicator( value: 0.5, ), ), 円環 SizedBox( width: 100, height: 100, child: CircularProgressIndicator( strokeWidth: 10, ), )