XTitle constructor

const XTitle(
  1. {Key key,
  2. double leftPadding,
  3. @required String title,
  4. Color color}
)

Implementation

const XTitle({Key key, this.leftPadding, @required this.title, this.color})
    : super(key: key);