ReactionsBottomSheetConfiguration class
Constructors
- ReactionsBottomSheetConfiguration({EdgeInsetsGeometry? bottomSheetPadding, Color? backgroundColor, BoxDecoration? reactionWidgetDecoration, EdgeInsetsGeometry? reactionWidgetPadding, EdgeInsetsGeometry? reactionWidgetMargin, TextStyle? reactedUserTextStyle, double? profileCircleRadius, double? reactionSize, ReactedUserCallback? reactedUserCallback})
-
const
Properties
- backgroundColor → Color?
-
Used for giving background color of bottom sheet.
final
- bottomSheetPadding → EdgeInsetsGeometry?
-
Used for giving padding of bottom sheet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- profileCircleRadius → double?
-
Used for giving profile circle radius.
final
- reactedUserCallback → ReactedUserCallback?
-
Called when user tap on reacted user from reaction list
final
- reactedUserTextStyle → TextStyle?
-
Used for giving text style to reacted user name.
final
- reactionSize → double?
-
Used for giving size of reaction in bottom sheet.
final
- reactionWidgetDecoration → BoxDecoration?
-
Used for giving decoration reaction widget in bottom sheet.
final
- reactionWidgetMargin → EdgeInsetsGeometry?
-
Used for giving margin of bottom sheet.
final
- reactionWidgetPadding → EdgeInsetsGeometry?
-
Used for giving padding of reaction widget in bottom sheet.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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