AccessiblyModel class

Constructors

AccessiblyModel({required int id, required double currentFontSize, required bool colorBlindMode, required bool impairedMode, required double textScaleFactor, required String? headingColor, required String? textColor, required Color textBgColor, required Color scaldBgColor, required double lineHeight, required double letterSpacing, required Color? imageColor, required bool imageVisibility, required TextAlign textAlignment, MonochromeMode? monochrome, required bool systemMode, required bool isDark, required String? originalTextColor, required String? originalHeadingColor, required String? originalImageColor})
AccessiblyModel.fromJson(Map<String, dynamic> json)
factory

Properties

colorBlindMode bool
getter/setter pair
currentFontSize double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headingColor String?
getter/setter pair
id int
final
imageColor Color?
getter/setter pair
imageVisibility bool
getter/setter pair
impairedMode bool
getter/setter pair
isDark bool
getter/setter pair
letterSpacing double
getter/setter pair
lineHeight double
getter/setter pair
monochrome MonochromeMode?
getter/setter pair
originalHeadingColor String?
getter/setter pair
originalImageColor String?
getter/setter pair
originalTextColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaldBgColor Color
getter/setter pair
systemMode bool
getter/setter pair
textAlignment TextAlign
getter/setter pair
textBgColor Color
getter/setter pair
textColor String?
getter/setter pair
textScaleFactor double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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