ReaderTheme class

Constructors

ReaderTheme()

Properties

backgroundColor Color
getter/setter pair
backgroundImage String
getter/setter pair
footerPadding EdgeInsets
getter/setter pair
footerStyle TextStyle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerPadding EdgeInsets
getter/setter pair
headerStyle TextStyle
getter/setter pair
pagePadding EdgeInsets
getter/setter pair
pageStyle TextStyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDirection TextDirection
getter/setter pair

Methods

copyWith({Color? backgroundColor, String? backgroundImage, EdgeInsets? footerPadding, TextStyle? footerStyle, EdgeInsets? headerPadding, TextStyle? headerStyle, EdgeInsets? pagePadding, TextStyle? pageStyle, TextDirection? textDirection}) ReaderTheme
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited