BaseStatefulPage<T extends PageArgument?> class abstract

可变状态页面基础组件 Created by Arthur on 14/3/2022.

Inheritance

Constructors

BaseStatefulPage(AppRouteArgument argument, Key key)

Properties

argument AppRouteArgument
基础参数类
final
data → T?
页面参数
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states List<BaseStatePage<BaseStatefulPage<PageArgument?>>?>
当前state TODO 调整为弱引用
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createPageState() BaseStatePage<BaseStatefulPage<PageArgument?>>
原本的createState 替换成 createPageState
createState() BaseStatePage<BaseStatefulPage<PageArgument?>>
由于此处需要用到当前State 所以暂时忽略"no_logic_in_create_state"规则
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, int wrapWidth = 65}) 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