stagexl package
documentation
stagexl
GraphicsCommandStroke
width property
width
width
property
Null safety
double
width
Implementation
double get width => _width;
void
width=
(
double
value
)
Implementation
set width(double value) { _width = value; _invalidate(); }
stagexl package
documentation
stagexl
GraphicsCommandStroke
width property
GraphicsCommandStroke class
Constructors
GraphicsCommandStroke
Properties
capsStyle
graphics
hashCode
jointStyle
runtimeType
width
Methods
invalidate
noSuchMethod
toString
updateContext
Operators
operator ==