MultipleChoice class

Constructors

MultipleChoice({double? choiceContainerWidth, double? choiceContainerHeight, double? fontSize, double? circularFontContainerSize, double? otherOptionTextFieldHeight, double? otherOptionTextFieldWidth, double? otherOptionTextFontSize})
MultipleChoice.fromMap(Map<String, dynamic> json)
factory

Properties

choiceContainerHeight double?
getter/setter pair
choiceContainerWidth double?
getter/setter pair
circularFontContainerSize double?
getter/setter pair
fontSize double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
otherOptionTextFieldHeight double?
getter/setter pair
otherOptionTextFieldWidth double?
getter/setter pair
otherOptionTextFontSize double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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