FleetSizedBox.square constructor

const FleetSizedBox.square({
  1. Key? key,
  2. Widget? child,
  3. double? dimension,
})

Corresponding constructor to SizedBox.square.

Implementation

const FleetSizedBox.square({super.key, super.child, super.dimension})
    : super.square();