FluoRatingScreenStyle class
Constructors
- 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})
-
const
Properties
- backgroundColor → Color
-
final
- contentWidth → double
-
final
- continueButtonStyle → ButtonStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- laurelWreathColor → Color
-
final
- laurelWreathHeight → double
-
final
- padding → EdgeInsets
-
final
- ratingSubtitleTextStyle → TextStyle?
-
final
- ratingTitleTextStyle → TextStyle?
-
final
- reviewBackgroundColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- starsColor → Color
-
final
- titleTextStyle → TextStyle?
-
final
- userNameTextStyle → TextStyle?
-
final
- userReviewTextStyle → TextStyle?
-
final
- verticalSpacing → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited