Center constructor
Creates a widget that centers its child.
Implementation
const Center({super.key, super.widthFactor, super.heightFactor, super.child});
Creates a widget that centers its child.
const Center({super.key, super.widthFactor, super.heightFactor, super.child});