FluoRatingScreenStyle constructor
const
FluoRatingScreenStyle({
- double contentWidth = 320,
- Color backgroundColor = Colors.white,
- EdgeInsets padding = const EdgeInsets.only(left: 20, right: 20, bottom: 40),
- double verticalSpacing = 30,
- TextStyle? titleTextStyle,
- TextStyle? ratingTitleTextStyle,
- TextStyle? ratingSubtitleTextStyle,
- TextStyle? userNameTextStyle,
- TextStyle? userReviewTextStyle,
- Color laurelWreathColor = const Color(0xFFFF9408),
- double laurelWreathHeight = 65,
- Color starsColor = const Color(0xFFFF9408),
- Color reviewBackgroundColor = const Color(0x09000000),
- ButtonStyle? continueButtonStyle,
Implementation
const FluoRatingScreenStyle({
this.contentWidth = 320,
this.backgroundColor = Colors.white,
this.padding = const EdgeInsets.only(
left: 20,
right: 20,
bottom: 40,
),
this.verticalSpacing = 30,
this.titleTextStyle,
this.ratingTitleTextStyle,
this.ratingSubtitleTextStyle,
this.userNameTextStyle,
this.userReviewTextStyle,
this.laurelWreathColor = const Color(0xFFFF9408),
this.laurelWreathHeight = 65,
this.starsColor = const Color(0xFFFF9408),
this.reviewBackgroundColor = const Color(0x09000000),
this.continueButtonStyle,
});