menu
dash_agent package
documentation
variables/dash_input.dart
CodeInput
CodeInput constructor
CodeInput constructor
dark_mode
light_mode
CodeInput
constructor
CodeInput
(
String
displayText
, {
bool
optional
=
false
,
bool
includeContextualCode
=
true
,
})
Implementation
CodeInput(super.displayText, {super.optional, this.includeContextualCode = true});
dash_agent package
documentation
variables/dash_input
CodeInput
CodeInput constructor
CodeInput class