menu
flutter_wall_layout package
documentation
wall_builder.dart
WallSize
WallSize const constructor
WallSize const constructor
dark_mode
light_mode
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