QuizTheming class

Constructors

QuizTheming.empty()
QuizTheming.fromJson(dynamic json)

Properties

appBackgroundColor Color?
the color of the app background behind diag image
getter/setter pair
appBackgroundImage String?
///////////////////////////////////////////////////////// Images the image on the app background
getter/setter pair
disableQuestionBoxPadding bool
no setter
hashCode int
The hash code for this object.
no setterinherited
logoBackgroundColor Color?
getter/setter pair
logoHeight double
getter/setter pair
logoImage String?
branding image
getter/setter pair
maxQuizHeight double?
the size of the quiz box
getter/setter pair
maxQuizWidth double?
///////////////////////////////////////////////////////// spacing & layout
getter/setter pair
primaryColor Color?
////////////////////////////////////////////////////////// Colors essentialy: color of buttons
getter/setter pair
questionBackgroundColor Color?
the color of the box behind question blocks
getter/setter pair
questionBackgroundIsFullyTransparent bool
no setter
questionSpacing double
gapping between questions
getter/setter pair
quizBackgroundAndQuestionsBackgroundAreTheSameColor bool
no setter
quizBackgroundAndQuestionsBackgroundHaveTransparency bool
no setter
quizBoxBackgroundBlurRadius double
The bluriness of the quiz box backdrop filter
getter/setter pair
quizBoxBackgroundColor Color?
the color of the quiz block background
getter/setter pair
quizHeaderImage String?
the image in quiz header section
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
the color of selected element (ex: radio, checks in active mode)
getter/setter pair
textColor Color?
the overall textcolor
getter/setter pair

Methods

getGenericMarkdownTheme(BuildContext context, {Color? overideTextColor}) → MarkdownStyleSheet
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