menu
flutter_wall_layout package
documentation
wall_builder
WallSize
WallSize const constructor
WallSize
brightness_4
brightness_5
WallSize
constructor
const
WallSize
(
int
width
,
int
height
)
Implementation
const WallSize(this.width, this.height) : assert(width > 0), assert(height > 0);
flutter_wall_layout package
documentation
wall_builder
WallSize
WallSize const constructor
WallSize class
Constructors
WallSize
Properties
flipped
hashCode
height
runtimeType
surface
width
Methods
noSuchMethod
toString
Operators
operator *
operator ==