IconThemeData class Null safety

Annotations
  • @freezed

Constructors

IconThemeData({double? size, double? fill, double? weight, double? grade, double? opticalSize, Color? color, double? opacity, List<Shadow>? shadows})
const
factory
IconThemeData.fromJson(Map<String, Object?> json)
factory

Properties

color Color?
read-only, inherited
copyWith → $IconThemeDataCopyWith<IconThemeData>
@JsonKey(ignore: true), read-only, inherited
fill double?
read-only, inherited
grade double?
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
opacity double?
read-only, inherited
opticalSize double?
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shadows List<Shadow>?
read-only, inherited
size double?
read-only, inherited
weight double?
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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