OpinionScale class

Constructors

OpinionScale({double? outerBlockWidth, double? outerBlockHeight, double? innerBlockWidth, double? innerBlockHeight, double? labelFontSize, double? numberFontSize, double? runSpacing, double? positionedLabelTopValue})
OpinionScale.fromMap(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
innerBlockHeight double?
getter/setter pair
innerBlockWidth double?
getter/setter pair
labelFontSize double?
getter/setter pair
numberFontSize double?
getter/setter pair
outerBlockHeight double?
getter/setter pair
outerBlockWidth double?
getter/setter pair
positionedLabelTopValue double?
getter/setter pair
runSpacing 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