FocusDecoration class

Constructors

FocusDecoration({Color? color, DecorationImage? image, BoxBorder? focusBorder, BorderRadiusGeometry? borderRadius, BoxBorder? unFocusBorder, List<BoxShadow>? boxShadow, Gradient? gradient, BlendMode? backgroundBlendMode, BoxShape shape = BoxShape.rectangle})
const

Properties

backgroundBlendMode BlendMode?
final
borderRadius BorderRadiusGeometry?
final
boxShadow List<BoxShadow>?
final
color Color?
final
focusBorder BoxBorder?
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
shape BoxShape
final
unFocusBorder BoxBorder?
final

Methods

copyWith({Color? color, DecorationImage? image, BoxBorder? focusBorder, BoxBorder? unFocusBorder, BorderRadiusGeometry? borderRadius, List<BoxShadow>? boxShadow, Gradient? gradient, BlendMode? backgroundBlendMode, BoxShape? shape}) FocusDecoration
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