VFile class

Inheritance
Available extensions

Constructors

VFile({required VFS vfs, required String path, Widget iconBuilder(BuildContext context, double? size)? = _buildIconFile, Widget titleBuilder(BuildContext context)? = _buildTitle, Widget subtitleBuilder(BuildContext context)?, Widget trailingBuilder(BuildContext context)?, Widget onOpen(BuildContext context)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasParent bool
no setterinherited
iconBuilder Widget Function(BuildContext context, double? size)?
finalinherited
name String
no setterinherited
onOpen Widget Function(BuildContext context)?
final
parentPath String
no setterinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleBuilder Widget Function(BuildContext context)?
finalinherited
titleBuilder Widget Function(BuildContext context)?
finalinherited
trailingBuilder Widget Function(BuildContext context)?
finalinherited
vfs VFS
finalinherited

Methods

buildIcon(BuildContext context, double? size) Widget?
inherited
buildSubtitle(BuildContext context) Widget?
inherited
buildTitle(BuildContext context) Widget
inherited
buildTrailing(BuildContext context) Widget?
inherited
childPath(String name) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
treeNode(BuildContext context, {bool addChildren = false}) Future<TreeNode<VEntity>>

Available on VEntity, provided by the XVEntityTreeNode extension

Operators

operator ==(Object other) bool
The equality operator.
inherited