menu
gs_template_maker package
documentation
models/template_models.dart
LayerModel
LayerModel.new const constructor
LayerModel.new const constructor
dark_mode
light_mode
LayerModel
constructor
const
LayerModel
(
{
required
String
id
,
required
String
type
,
required
double
x
,
required
double
y
,
})
Implementation
const LayerModel({ required this.id, required this.type, required this.x, required this.y, });
gs_template_maker package
documentation
models/template_models
LayerModel
LayerModel.new const constructor
LayerModel class