ScreenLookAndFeel class

Constructors

ScreenLookAndFeel({required String background, String? backgroundAttachment, String? backgroundBlendMode, String? backgroundClip, String? backgroundColor, String? backgroundImage, String? backgroundOrigin, String? backgroundPosition, String? backgroundRepeat, String? backgroundSize, ScreenLookAndFeelLayer? layer, String? gutterTop, String? gutterRight, String? gutterBottom, String? gutterLeft})
ScreenLookAndFeel.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
gutterBottom String?
final
gutterLeft String?
final
gutterRight String?
final
gutterTop String?
final
hashCode int
The hash code for this object.
no setterinherited
layer ScreenLookAndFeelLayer?
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, ScreenLookAndFeelLayer? layer, String? gutterTop, String? gutterRight, String? gutterBottom, String? gutterLeft}) ScreenLookAndFeel
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