flutter_sprites
dart:ui
Size
width
width
flutter_sprites
dart:ui
Size
width
property
width
flutter_sprites
dart:ui
Size
Constants
infinite
zero
Static methods
lerp
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
hashCode
height
isEmpty
isInfinite
runtimeType
shortestSide
width
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator ~/
Methods
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
noSuchMethod
topCenter
topLeft
topRight
toString
double
width
The horizontal extent of this size.
Source
double get width => _dx;