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