RoundedGradientPodium constructor

const RoundedGradientPodium({
  1. Key? key,
  2. Color? background,
  3. Color? circleColor,
  4. Color? circlePositionColor,
  5. String? circleText,
  6. String? name,
  7. String? userScore,
  8. String? userName,
  9. bool? isFirstPosition,
  10. double? circleWidth,
  11. double? circleHeight,
  12. Widget? circleBackgroundWidget,
  13. TextStyle? userPositionTextStyle,
  14. TextStyle? userNameTextStyle,
  15. TextStyle? userScoreTextStyle,
  16. Gradient? gradient,
})

Implementation

const RoundedGradientPodium({
  Key? key,
  this.background,
  this.circleColor,
  this.circlePositionColor,
  this.circleText,
  this.name,
  this.userScore,
  this.userName,
  this.isFirstPosition,
  this.circleWidth,
  this.circleHeight,
  this.circleBackgroundWidget,
  this.userPositionTextStyle,
  this.userNameTextStyle,
  this.userScoreTextStyle,
  this.gradient,
}) : super(key: key);