menu
artisanal package
documentation
tui.dart
FileEntry
size property
size property
dark_mode
light_mode
size
property
int
get
size
Returns the file size.
Implementation
int get size => stat?.size ?? 0;
artisanal package
documentation
tui
FileEntry
size property
FileEntry class