SizedBox.expand constructor

const SizedBox.expand({
  1. Widget? child,
})

expand API.

Implementation

const SizedBox.expand({this.child})
  : width = double.infinity,
    height = double.infinity;