ReactionBoxParamenters class
Constructors
- ReactionBoxParamenters({double iconSize = 20, double iconSpacing = 8, double paddingHorizontal = 16, double radiusBox = 10, int quantityPerPage = 5, Brightness brightness = Brightness.light})
- ReactionBoxParamenters.fromJson(String source)
-
factory
-
ReactionBoxParamenters.fromMap(Map<
String, dynamic> map) -
factory
Properties
- brightness → Brightness
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- iconSize → double
-
final
- iconSpacing → double
-
final
- paddingHorizontal → double
-
final
- quantityPerPage → int
-
final
- radiusBox → double
-
final
- reactionBoxHeight → double
-
no setter
- reactionBoxWidth → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{double? iconSize, double? iconSpacing, double? paddingHorizontal}) → ReactionBoxParamenters -
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 ReactionBoxParamenters other) → bool -
The equality operator.
override