menu
infinity_model package
documentation
models/text_label_support.dart
LineLabel
LineLabel.new const constructor
LineLabel.new const constructor
dark_mode
light_mode
LineLabel
constructor
const
LineLabel
(
{
required
String
text
,
required
double
position
,
TextStyle
?
style
,
Vector3?
offset
,
})
Implementation
const LineLabel({ required this.text, required this.position, this.style, this.offset, });
infinity_model package
documentation
models/text_label_support
LineLabel
LineLabel.new const constructor
LineLabel class