SBValue class

Data class to handle responsive information for the widget. This class stores the necesary information so the widget can create their responsive

Constructors

SBValue(double? value)
factory
SBValue.inf()
const
SBValue.max(double value)
const
SBValue.min(double value)
const
SBValue.zero()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isMaxType bool
no setter
isMinType bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → _SBType
final
value double
final

Methods

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

Operators

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