Center({Key key, double widthFactor, double heightFactor, Widget child })

Creates a widget that centers its child.

Source

Center({ Key key, double widthFactor, double heightFactor, Widget child })
  : super(key: key, widthFactor: widthFactor, heightFactor: heightFactor, child: child);