PickFile class

Inheritance

Constructors

PickFile({Key? key, String title = 'pick file', String pickTooltip = 'pick', String showTooltip = 'show all', String hideTooltip = 'show normal', String filterTooltip = 'filter', required PickerNav home, String? current, bool hide = false, List<PickerNav>? nav, bool multiple = false, List<Tuple3<String, String, bool?>>? filter, int initialFilter = 0})
const

Properties

current String?
當前路徑
final
filter List<Tuple3<String, String, bool?>>?
後綴名過濾 ignoreCase=true Tuple3('txt|text','文本',ignoreCase)
final
filterTooltip String
final
hashCode int
The hash code for this object.
no setterinherited
hide bool
隱藏以 . 開頭的檔案夾
final
hideTooltip String
不顯示隱藏檔案 文本提示
final
home PickerNav
家目錄
final
initialFilter int
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
multiple bool
是否運行多選
final
可選的左側導航抽屜
final
pickTooltip String
選取文本提示
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTooltip String
顯示隱藏檔案 文本提示
final
title String
標題文本
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _PickFileState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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