menu
another_stability_ai package
documentation
generation/generation_dto.dart
TextPrompt
TextPrompt.new constructor
TextPrompt.new constructor
dark_mode
light_mode
TextPrompt
constructor
TextPrompt
(
{
required
String
text
,
double
weight
=
0.5
,
})
Implementation
TextPrompt({required this.text, this.weight = 0.5});
another_stability_ai package
documentation
generation/generation_dto
TextPrompt
TextPrompt.new constructor
TextPrompt class