XTitleWidget constructor

const XTitleWidget(
  1. {Key key,
  2. double leftPadding,
  3. Widget child}
)

Implementation

const XTitleWidget({Key key, this.leftPadding, this.child}) : super(key: key);