menu
ucg_interactable_svg package
documentation
interactable_svg/src/models/region.dart
ModelPath
ModelPath.new const constructor
ModelPath.new const constructor
dark_mode
light_mode
ModelPath
constructor
const
ModelPath
(
{
required
Path
path
,
String
?
title
,
Color
?
color
,
})
Implementation
const ModelPath({required this.path, this.title, this.color});
ucg_interactable_svg package
documentation
interactable_svg/src/models/region
ModelPath
ModelPath.new const constructor
ModelPath class