menu
commander_ui package
documentation
tui.dart
TextFieldState
TextFieldState.new constructor
TextFieldState.new constructor
dark_mode
light_mode
TextFieldState
constructor
TextFieldState
(
{
String
value
=
''
,
int
?
cursor
,
})
Implementation
TextFieldState({this.value = '', int? cursor}) : cursor = cursor ?? value.length;
commander_ui package
documentation
tui
TextFieldState
TextFieldState.new constructor
TextFieldState class