refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Reaction icon data
|
||||
class ReactionIcon {
|
||||
/// Constructor for creating [ReactionIcon]
|
||||
ReactionIcon({
|
||||
@Deprecated("Use 'StreamReactionIcon' instead")
|
||||
typedef ReactionIcon = StreamReactionIcon;
|
||||
|
||||
/// Reaction icon data
|
||||
class StreamReactionIcon {
|
||||
/// Constructor for creating [StreamReactionIcon]
|
||||
StreamReactionIcon({
|
||||
required this.type,
|
||||
required this.builder,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user