TextScaleSetting class

Annotations
  • @freezed

Constructors

TextScaleSetting({required Set<double> activeTextScales, required List<double> textScales})
factory
TextScaleSetting.allAsSelected({required List<double> textScales})
Sets all textScales as the active text scales on startup
factory
TextScaleSetting.firstAsSelected({required List<double> textScales})
Sets the first text scale within textScales as the active text scale on startup
factory

Properties

activeTextScales Set<double>
no setterinherited
copyWith → $TextScaleSettingCopyWith<TextScaleSetting>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textScales List<double>
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