IconThemeDataDelta class sealed

A delta that applies modifications to an IconThemeData.

Mixed-in types

Constructors

IconThemeDataDelta.delta({Color? color, double? opacity, double? size, double? fill, double? weight, double? grade, double? opticalSize, List<Shadow>? shadows, bool? applyTextScaling()?})
Creates a partial modification of an IconThemeData.
const
factory
IconThemeDataDelta.value(IconThemeData data)
Creates a complete replacement of an IconThemeData.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(covariant IconThemeData? data) IconThemeData
Applies this delta to the given value.
override
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