ContainerLookAndFeel class

Constructors

ContainerLookAndFeel({required String background, String? backgroundAttachment, String? backgroundBlendMode, String? backgroundClip, required String backgroundColor, required String backgroundImage, String? backgroundOrigin, String? backgroundPosition, String? backgroundRepeat, required String backgroundSize, required String padding, required String borderRadius})
ContainerLookAndFeel.fromJson(Map<String, Object?> json)
factory

Properties

background String
final
backgroundAttachment String?
final
backgroundBlendMode String?
final
backgroundClip String?
final
backgroundColor String
final
backgroundImage String
final
backgroundOrigin String?
final
backgroundPosition String?
final
backgroundRepeat String?
final
backgroundSize String
final
borderRadius String
final
hashCode int
The hash code for this object.
no setterinherited
padding String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? background, String? backgroundAttachment, String? backgroundBlendMode, String? backgroundClip, String? backgroundColor, String? backgroundImage, String? backgroundOrigin, String? backgroundPosition, String? backgroundRepeat, String? backgroundSize, String? padding, String? borderRadius}) ContainerLookAndFeel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited