ContentLookAndFeel class
Constructors
- ContentLookAndFeel({ScreenLookAndFeel? screen, ContainerLookAndFeel? container, ContainerLookAndFeel? header, ContainerLookAndFeel? body})
-
ContentLookAndFeel.fromJson(Map<
String, Object?> json) -
factory
Properties
- body → ContainerLookAndFeel?
-
final
- container → ContainerLookAndFeel?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → ContainerLookAndFeel?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen → ScreenLookAndFeel?
-
final
Methods
-
copyWith(
{ScreenLookAndFeel? screen, ContainerLookAndFeel? container, ContainerLookAndFeel? header, ContainerLookAndFeel? body}) → ContentLookAndFeel -
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