InheritedProperties class

Available Extensions
Annotations

Constructors

InheritedProperties(Iterable values, {InheritedProperties? parent, TextStyle style = const TextStyle()})
const
InheritedProperties.root([Iterable deps = const [], TextStyle? widgetStyle])
Creates the root properties set.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parent InheritedProperties?
The parent set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
The TextStyle.
final
values Iterable
final

Methods

copyWith<T>({InheritedProperties? parent, TextStyle? style, T? value}) InheritedProperties
Creates a copy with the given fields replaced with the new values.
get<T>() → T?
Gets inherited property of type T.
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