StarFieldConfig class
Constructors
- StarFieldConfig({int starCount = 100, double maxStarSize = 1.5, Color starColor = Colors.white, int seed = 42})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxStarSize → double
-
Maximum star size
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seed → int
-
Random seed for consistent star positioning
final
- starColor → Color
-
Star color
final
- starCount → int
-
Number of stars to be displayed
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