FrequentlyAskedQuestions class
Constructors
-
FrequentlyAskedQuestions({String? containerColor, double? margin, double? padding, double? questionFontSize, double? answerFontSize, double? wholeViewRadius, String? questionFontColor, String? answerFontColor, bool? arrowVisibility, List<
QuestionAnswer> ? questionAnswer}) -
FrequentlyAskedQuestions.fromJson(Map<
String, dynamic> json)
Properties
- answerFontColor ↔ String?
-
getter/setter pair
- answerFontSize ↔ double?
-
getter/setter pair
- arrowVisibility ↔ bool?
-
getter/setter pair
- containerColor ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- margin ↔ double?
-
getter/setter pair
- padding ↔ double?
-
getter/setter pair
-
questionAnswer
↔ List<
QuestionAnswer> ? -
getter/setter pair
- questionFontColor ↔ String?
-
getter/setter pair
- questionFontSize ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wholeViewRadius ↔ 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