VgkTitleWidget constructor

const VgkTitleWidget({
  1. String titleTxt = "",
  2. String subTxt = "",
  3. AnimationController? animationController,
  4. Animation? animation,
  5. MaterialColor? color,
  6. TextStyle? titlefontSize,
  7. TextStyle? subTitlefontSize,
  8. String? primaryColor,
})

Implementation

const VgkTitleWidget({
  this.titleTxt = "",
  this.subTxt = "",
  this.animationController,
  this.animation,
  this.color,
  this.titlefontSize,
  this.subTitlefontSize,
  this.primaryColor,
}) : super();