IFFScaffold class abstract

抽象类

Implementers

Constructors

IFFScaffold.new()

Properties

ffPageStatus FFPageStatus?
页面状态
getter/setter pair
ffStyle FFScaffoldStyle?
页面样式
getter/setter pair
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
ffBottom(BuildContext context) Widget?
底部
ffDidChangeDependencies() → void
ffDispose() → void
ffFirstLoadingWidget(BuildContext context) Widget?
首次进入加载页面
ffInitState() → void
生命周期方法
ffNavi(BuildContext context) Widget?
导航栏
ffNetErrorWidget(BuildContext context) Widget?
网络错误页面
ffNoDataWidget(BuildContext context) Widget?
空数据页面
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