menu
flexiblebox package
documentation
flexiblebox_dart.dart
LayoutSize
LayoutSize.new const constructor
LayoutSize.new const constructor
dark_mode
light_mode
LayoutSize
constructor
const
LayoutSize
(
double
width
,
double
height
)
Creates a size with the specified width and height.
Implementation
const LayoutSize(this.width, this.height);
flexiblebox package
documentation
flexiblebox_dart
LayoutSize
LayoutSize.new const constructor
LayoutSize class