menu
artisanal package
documentation
tui.dart
PromptInfo typedef
PromptInfo typedef
dark_mode
light_mode
PromptInfo
typedef
PromptInfo
= (
{
int
col
,
bool
isFocused
,
int
lineIndex
,
int
row
}
)
Implementation
typedef PromptInfo = ({int lineIndex, bool isFocused, int row, int col});
artisanal package
documentation
tui
PromptInfo typedef
tui library