RCKBackgroundConfig class

背景配置

Constructors

RCKBackgroundConfig.new({Color? color, DecorationImage? image, Gradient? gradient, BoxBorder? border, BorderRadius? borderRadius, List<BoxShadow>? boxShadow})
const

Properties

border BoxBorder?
边框
final
borderRadius BorderRadius?
圆角
final
boxShadow List<BoxShadow>?
阴影
final
color Color?
背景颜色
final
gradient Gradient?
背景渐变
final
hashCode int
The hash code for this object.
no setterinherited
image DecorationImage?
背景图片
final
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