PageStyle class
PageStyle class is used to define the visual style of a page.
Constructors
- PageStyle({required Color appBarColor, required Color cursorColor, required Color backgroundCursorColor, required Color textColor, required Color confirmColor, Color? copyButtonColor, Color? copyButtonTextColor, Color? resetButtonTextColor, Color? resetButtonColor, Color? confirmButtonTextColor, Color? confirmButtonColor})
- Creates a new instance of PageStyle. appBarColor: color of the app bar. cursorColor: color of the cursor. backgroundCursorColor: color of the cursor's background. textColor: color of the text. confirmColor: color of the confirm button.
Properties
- appBarColor → Color
-
final
- backgroundCursorColor → Color
-
final
- confirmButtonColor → Color?
-
final
- confirmButtonTextColor → Color?
-
final
- confirmColor → Color
-
final
- copyButtonColor → Color?
-
final
- copyButtonTextColor → Color?
-
final
- cursorColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resetButtonColor → Color?
-
final
- resetButtonTextColor → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor → Color
-
final
Methods
-
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