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
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