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