0
親のサイズ(外センター)ではなく、その子のサイズ(内側のセンター)を採用するGestureDetectorを強制する一般的な方法はありインスタンスサイズ変更動作を親または子に基づいて制御する方法は?
new Center(
child: new GestureDetector(
child: new Center(
child: new Text('Center'),
),
),
);
のために考えてみましょうか?