touch_demonstrator
TouchPainter
TouchPainter
TouchPainter constructor
TouchPainter
TouchPainter class
Constructors
TouchPainter
Properties
context
touchCollection
width
hashCode
runtimeType
semanticsBuilder
Methods
paint
shouldRepaint
addListener
hitTest
noSuchMethod
removeListener
shouldRebuildSemantics
toString
Operators
operator ==
Static properties
buttonPressed
buttonReleased
TouchPainter constructor
TouchPainter
(
BuildContext
context
,
Map
<
TouchData
,
Color
>
touchCollection
)
Implementation
TouchPainter(this.context, this.touchCollection);