IconPosition class
A class that represents a position of an icon in an emblem
Constructors
- IconPosition({required double x, required double y, required double size})
-
const
- IconPosition.fromJson(String source)
-
factory
-
IconPosition.fromMap(Map<
String, dynamic> map) -
factory
Properties
Methods
-
copyWith(
{double? x, double? y, double? size}) → IconPosition -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant IconPosition other) → bool -
The equality operator.
override