LookAndFeel class
Constructors
-
LookAndFeel({required LookAndFeelHeadings headings, required LookAndFeelLinks links, required HeaderLookAndFeel header, HorizontalHeaderLookAndFeel? horizontalHeader, required ContentLookAndFeel content, required LookAndFeelBordersAndDividers bordersAndDividers, Map<
String, dynamic> ? spaceReference}) -
LookAndFeel.fromJson(Map<
String, Object?> json) -
factory
Properties
- bordersAndDividers → LookAndFeelBordersAndDividers
-
final
- content → ContentLookAndFeel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → HeaderLookAndFeel
-
final
- headings → LookAndFeelHeadings
-
final
- horizontalHeader → HorizontalHeaderLookAndFeel?
-
final
- links → LookAndFeelLinks
-
final
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spaceReference
→ Map<
String, dynamic> ? -
final
Methods
-
copyWith(
{LookAndFeelHeadings? headings, LookAndFeelLinks? links, HeaderLookAndFeel? header, HorizontalHeaderLookAndFeel? horizontalHeader, ContentLookAndFeel? content, LookAndFeelBordersAndDividers? bordersAndDividers, Map< String, dynamic> ? spaceReference}) → LookAndFeel -
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