FFScaffoldStyle class

页面样式

Constructors

FFScaffoldStyle({Color? ffBodyColor, Color? ffStatusBackgroundColor, SystemUiOverlayStyle? ffStatusTextColor})
显示状态栏,默认true:显示

Properties

ffBodyColor Color?
body,默认白色
getter/setter pair
ffStatusBackgroundColor Color?
状态栏背景颜色, 默认白色, 导航栏没有设置颜色,则会跟随此颜色
getter/setter pair
ffStatusTextColor SystemUiOverlayStyle?
状态栏文字颜色,默认黑色
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

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