menu
affogato_editor package
documentation
affogato_editor.dart
LayoutConfigs
LayoutConfigs.new const constructor
LayoutConfigs.new const constructor
dark_mode
light_mode
LayoutConfigs
constructor
const
LayoutConfigs
(
{
required
double
width
,
required
double
height
,
double
?
x
,
double
?
y
,
})
Implementation
const LayoutConfigs({ required this.width, required this.height, this.x, this.y, });
affogato_editor package
documentation
affogato_editor
LayoutConfigs
LayoutConfigs.new const constructor
LayoutConfigs class