IFFScaffold class abstract

抽象类

Implementers

Constructors

IFFScaffold()

Properties

ffPageSpacingParam FFPageSpacingParam?
页面边距参数
getter/setter pair
ffPageStatus FFPageStatus?
页面状态
getter/setter pair
ffStyle FFScaffoldStyle?
页面样式
getter/setter pair
ffTabbarRemoveTop bool?
当有tabbar时,子页面距离tabbar底部有区域会影响点击事件,得设置为true
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orientation Orientation?
getter/setter pair
physics ScrollPhysics?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ffBody(BuildContext context) Widget?
body
ffBodyWeb(BuildContext context) Widget?
web body
ffBottom(BuildContext context) Widget?
底部
ffBottomNavigationBar(BuildContext context) Widget?
生命周期方法END
ffDidChangeDependencies() → void
ffDispose() → void
ffFirstLoadingWidget(BuildContext context) Widget?
首次进入加载页面
ffInitState() → void
生命周期方法
ffloatingActionButton(BuildContext ctx) Widget?
ffNavi(BuildContext context) Widget?
导航栏
ffNaviBottomFixedArea(BuildContext context) Widget?
导航栏下 固定区域
ffNetErrorWidget(BuildContext context, {FFEventObj? obj}) Widget?
网络错误页面
ffNoDataWidget(BuildContext context, {FFEventObj? obj}) 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