FormFactorsData class

Form factor data that could be obtained by FormFactor.of().

See also:

Constructors

FormFactorsData({required List<FormFactor> formFactors, required FormFactor currentFormFactor, required Orientation orientation})
Create an instance of FormFactorFata.
const

Properties

currentFormFactor FormFactor
A value from formFactors list that reflects the current screen size and orientation.
final
formFactors List<FormFactor>
A list of supported form factors.
final
hashCode int
The hash code for this object.
no setterinherited
orientation Orientation
Screen orientation.
final
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
toString() String
A string representation of this object.
inherited

Operators

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