shape_patterns
pattern_shape
PatternShape
PatternShape constructor
PatternShape
PatternShape class
Constructors
PatternShape
Properties
color
shapeName
size
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
PatternShape constructor
PatternShape
(
String
shapeName
, {
double
size
,
Color
color
})
Implementation
PatternShape(this.shapeName, {this.size, this.color});