MFFScaffold class

默认实现页

Implemented types
Implementers

Constructors

MFFScaffold.new()

Properties

ffPageStatus FFPageStatus?
页面状态
getter/setter pairoverride
ffStyle FFScaffoldStyle?
页面样式
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ffBody(BuildContext context) Widget?
body
override
ffBottom(BuildContext context) Widget?
底部
override
ffDidChangeDependencies() → void
override
ffDispose() → void
override
ffFirstLoadingWidget(BuildContext context) Widget?
首次进入加载页面
override
ffInitState() → void
生命周期方法
override
ffNavi(BuildContext context) Widget?
导航栏
override
ffNetErrorWidget(BuildContext context) Widget?
网络错误页面
override
ffNoDataWidget(BuildContext context) Widget?
空数据页面
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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