FleetSizedBox.expand constructor

FleetSizedBox.expand({
  1. Key? key,
  2. Widget? child,
})

Corresponding constructor to SizedBox.expand.

Implementation

FleetSizedBox.expand({super.key, super.child});