RoundedGradientPodium constructor
const
RoundedGradientPodium({
- Key? key,
- Color? background,
- Color? circleColor,
- Color? circlePositionColor,
- String? circleText,
- String? name,
- String? userScore,
- String? userName,
- bool? isFirstPosition,
- double? circleWidth,
- double? circleHeight,
- Widget? circleBackgroundWidget,
- TextStyle? userPositionTextStyle,
- TextStyle? userNameTextStyle,
- TextStyle? userScoreTextStyle,
- 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);