PopPopBubbleTheme class

Constructors

PopPopBubbleTheme({Color gridBackgroundColor = const Color(0xFF4DD0E1), Color bubbleBaseColor = const Color(0xFF00ACC1), Color bubbleBodyColor = const Color.fromARGB(120, 255, 255, 255), Color bubbleRimColor = const Color(0xFFE0E0E0), Color poppedBubbleBaseColor = const Color(0xFF00BCD4), double size = 60, double strokeWidth = 4.0})
Creates a PopPopBubbleTheme.
const

Properties

bubbleBaseColor Color
Defines the bottom base Color of each unpopped bubble.
final
bubbleBodyColor Color
Defines the body Color of an unpopped bubble.
final
bubbleRimColor Color
Defines the outer rim Color of the bubble.
final
gridBackgroundColor Color
Defines the background Color of the game grid.
final
hashCode int
The hash code for this object.
no setterinherited
poppedBubbleBaseColor Color
Defines the fill Color of a popped bubble.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
Defines the square size that the bubble should be painted to.
final
strokeWidth double
Defines the bubbles outer rim stroke width.
final

Methods

copyWith({Color? gridBackgroundColor, Color? bubbleBaseColor, Color? bubbleBodyColor, Color? bubbleRimColor, Color? poppedBubbleBaseColor, double? size, double? strokeWidth}) PopPopBubbleTheme
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