GoogleAppsCardV1MaterialIcon class
A Google Material Icon, which includes over 2500+ options.
For example, to display a
checkbox icon
with customized weight and grade, write the following: { "name": "check_box", "fill": true, "weight": 300, "grade": -25 }
Google Chat apps:
Constructors
- GoogleAppsCardV1MaterialIcon({bool? fill, int? grade, String? name, int? weight})
- GoogleAppsCardV1MaterialIcon.fromJson(Map json_)
Properties
- fill ↔ bool?
-
Whether the icon renders as filled.
getter/setter pair
- grade ↔ int?
-
Weight and grade affect a symbol’s thickness.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The icon name defined in the
Google Material Icon, for example,
check_box
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight ↔ int?
-
The stroke weight of the icon.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited